Open command line and run the following commands to setup
git clone https://github.com/EshSub/S3_DBMS_projectcd S3_DBMS_project
To install backend
cd backendnpm install
To install frontend
cd frontendnpm install
Start backend
cd backendnpm start
Start frontend
cd frontendnpm start