npm install
npm start
Find inside ReadME folder in the repo: ReadME\ThirdFortAPIDocumentation.postman_collection
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
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.