Install composer first
composer install
To start backend
nodemon app.js
Cofiguration files for database and other constants
/backend/Config
To start react frontend
npm start
Cofiguration files for database and other constants
/src/Config
Composer file is common for both frontend and backend