A basic wiki-like webserver learned from GoLang tutorial
Client: HTML
Server: Golang
Install Golang.
Clone the project
git clone https://github.com/LYSingD/go-wiki.git
Go to the project directory /app
cd app
Compile the code, and run
go build app.go
./app
- Add a create page button
- Improve the Frontend styling
To create a non-existent page. Use this URL
localhost:8080/view/ANewPageThatNeverExisted