https://github.com/wasilak/notes-manager
Notes Manager
https://github.com/wasilak/notes-manager
Last synced: 4 months ago
JSON representation
Notes Manager
- Host: GitHub
- URL: https://github.com/wasilak/notes-manager
- Owner: wasilak
- License: mit
- Created: 2019-06-24T08:49:59.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T09:28:38.000Z (6 months ago)
- Last Synced: 2025-01-15T18:50:22.602Z (6 months ago)
- Language: Go
- Homepage:
- Size: 2.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notes Manager

[](https://quay.io/repository/wasilak/notes-manager) [](https://codeclimate.com/github/wasilak/notes-manager/maintainability)
- markdown (github flavored)
- Go backend
- quick start with: `docker-compose up -d --remove-orphans --build`
- uses `.env` for configuration:```shell
DB_PROVIDER=mongodb
```- database providers:
- MongoDB 4.x- install dependencies with:
- `go mod tidy`
- `yarn install`- run locally with: ` uvicorn main:app --reload --log-level debug`
- create `notes` index with: `curl -s -XPUT http://localhost:9200/notes`
- [Growl notifications](http://jvandemo.github.io/angular-growl-notifications/)