https://github.com/viiftw/notes-wiki
Simple web app written in Golang save my notes
https://github.com/viiftw/notes-wiki
go-examples go-web-application golang webapp wiki
Last synced: 3 months ago
JSON representation
Simple web app written in Golang save my notes
- Host: GitHub
- URL: https://github.com/viiftw/notes-wiki
- Owner: viiftw
- License: mit
- Created: 2020-03-10T06:00:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T06:21:10.000Z (about 6 years ago)
- Last Synced: 2024-12-31T08:14:41.448Z (over 1 year ago)
- Topics: go-examples, go-web-application, golang, webapp, wiki
- Language: Go
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notes-wiki
[](https://opensource.org/licenses/MIT)
[](https://goreportcard.com/report/github.com/viiftw/notes-wiki)
Simple web app written in Golang save my notes
## Usage
Clone this repo and go to that folder:
```bash
go run main.go
```
Default service run on port 8686
[http://localhost: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](https://opensource.org/licenses/MIT).
You are welcome to contribute!