/notes-wiki

Simple web app written in Golang save my notes

Primary LanguageGoMIT LicenseMIT

notes-wiki

License Go Report Card

Simple web app written in Golang save my notes

Usage

Clone this repo and go to that folder:

go run main.go

Default service run on port 8686 http://localhost:8686

Feature

  • All notes are saved as .txt file in the "notes" folder
  • List all notes
  • Save a note
  • View a note
  • Edit a note

License

This repo is available as open source under the terms of the MIT License.
You are welcome to contribute!