No description
Find a file
2020-03-15 10:25:47 +01:00
controller db 2020-03-15 10:25:47 +01:00
data db 2020-03-15 10:25:47 +01:00
model refactor 2020-03-14 14:48:19 +01:00
service db 2020-03-15 10:25:47 +01:00
templates db 2020-03-15 10:25:47 +01:00
.env env 2020-03-14 19:02:20 +01:00
CONTRIBUTING.md infos 2020-03-14 19:48:49 +01:00
go.mod home page layout 2020-03-14 19:01:24 +01:00
go.sum env 2020-03-14 19:02:20 +01:00
LICENSE.md infos 2020-03-14 19:48:49 +01:00
main.go db 2020-03-15 10:25:47 +01:00
README.md infos 2020-03-14 19:48:49 +01:00

Go-Wiki

Wiki web application model built using go

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need Go v1.14+ to install Go-Wiki. Get official installation

Installing

A step by step series of examples that tell you how to get a development env running

Use official go package manager to install Go-Wiki.

go get -u github.com/rjNemo/go-wiki

Usage

In the main application folder launch the server using

go run main.go

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Go - Build simple, reliable, and efficient software

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc