Git repository for System Analysis & Designs Lab Project
ignore front-end folder
start backend by opening backend folder in visual code terminal and type npm start
start client side by opening App.js in visual code terminal and type npm start
build a local database on your local machine and use its connection credentials in the backend app.js file.