https://github.com/mayudev/notesplace
There are notes and this is their place. (personal project for learning)
https://github.com/mayudev/notesplace
Last synced: 6 months ago
JSON representation
There are notes and this is their place. (personal project for learning)
- Host: GitHub
- URL: https://github.com/mayudev/notesplace
- Owner: mayudev
- License: agpl-3.0
- Created: 2022-05-22T11:00:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T18:07:55.000Z (over 1 year ago)
- Last Synced: 2025-02-28T21:16:24.078Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 588 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notesplace
There are notes, and this is their place.
Create notebooks and share them with a link. You can protect them using a password.
- Backend in `server/`. Using Go, Gin, PostgreSQL.
- Web interface in `web/`.
## Setup
Thanks to there being a docker compose file you just need to run it `docker-compose up`.
Environment variables:
- `DB_USER`, `DB_PASSWORD`, `DB_HOST`, `DB_PORT`, `DB_NAME` - database related variables. Those do not need to be modified assuming default config.
- `PRIVATE_KEY` - a private key to use with bcrypt