This repository currently uses concurrently to run the backend and frontend simultaneously
- Install command: npm install
- Run command : npm start
This will run both the server side and client side simultaneously Backend PORT = 8000 Frontend PORT = 3000
To run the repo separately, cd into the desired folder and then npm start