Skip to content

preflightsiren/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Very Simple Wiki

This repo provides a reference example of the go web application tutorial

Using this repo

Clone the repo and take a look at the log.
The log contains the individual steps and construction of the wiki concept

Building

use go run wiki.go to start the server locally

Using the Wiki

list top pages http://localhost:8080/
access http://localhost:8080/view/FrontPage
edit pages http://localhost:8080/edit/FrontPage

Configuration

Listens on localhost:8080
Wiki content is stored in data/
HTML templates are stored in templates/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published