Personal Notes APP Backend

To run:

npm install

npm start

API Documentation :


Find inside ReadME folder in the repo: ReadME\ThirdFortAPIDocumentation.postman_collection

Database Schema:


Find inside ReadME folder in the repo: ReadME\notes_app_db_schema.sql.txt
🛑 Database schema was added to the repo as a text file. When importing it, change to:

notes_app_db_schema.sql

Technologies and Reasons:

Developed using NodeJs and MySQL database.
Used stored procedures to write sql queries to avoid sql injections and for reusability.
To handle multiuser environment, promise based approach was used.