REST based API for note keeping and management. Front end on https://github.com/shiyaamsunder/notesfrontend
Clone the repo
git clone https://github.com/Gukkey/notesapiSetup DB (PostgreSQL must be installed and running). This will create a separate DB and a user.
cd notesapi
.\scripts\db_init.ps1Create application.yml file under src/main/resources. Copy the structure from application.yml.example
Then start the application using the mvn command.
mvn spring-boot:run