hosted at note.mrinjamul.in.
Note: Work in progress.
- Golang
- Docker (Optional but recommended)
- Postgresql (Only if you are not using
docker)
To get started, you can clone the repository and run the following commands:
git clone https://github.com/mrinjamul/gnote.gitTo install the dependencies, run the following commands:
cd gnote
go mod downloadCopy environment variables file and replace the values with your own.
cp .env.example .envTo run the application, run the following commands:
export $(cat .env | xargs)
make dev
./gnoteTo build the application (production), run the following commands:
make
export $(cat .env | xargs)
./gnote- Backend is open sourced under the MIT license
- CLI is open sourced under the Apache 2 license