Skip to content

A basic wiki-like webserver learned from the GoLang tutorial

License

Notifications You must be signed in to change notification settings

LYSingD/go-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goWiki

A basic wiki-like webserver learned from GoLang tutorial

Authors

Tech Stack

Client: HTML

Server: Golang

Run Locally

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

Future Task

  • Add a create page button
  • Improve the Frontend styling

Demo

To create a non-existent page. Use this URL localhost:8080/view/ANewPageThatNeverExisted

About

A basic wiki-like webserver learned from the GoLang tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published