- This serves as backend to Notes APP, built using flask and also stores changelog of notes.
This project build with dockers and can be installed using minmal commands.
- Clone the repo
git clone https://github.com/saratherv/notes.git
- Change directory
cd notes
- Run Script (This will build container and open the shell)
./local_run.sh --clean
- Run Command in shell
flask db upgrade
- Start Server
python3 app.py
- Visit http://localhost:9000/api/v1/ui to see swagger of APIs.
- Visit http://localhost:9000/core/authentication/ui to see swagger of Core Endpoints.
- Haven't added volumes, so data is not persistent yet.