Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T06:21:10.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T08:44:17.579Z (3 months 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
[![License](https://img.shields.io/badge/license-MIT-_red.svg)](https://opensource.org/licenses/MIT)
[![Go Report Card](https://goreportcard.com/badge/github.com/viiftw/notes-wiki)](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!