Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!