- Node : https://nodejs.org/en/
- Postman : https://www.postman.com/downloads/ (Install this package only if you tend to work on the backend, else not required)
- Git: https://git-scm.com/download/win
- Vscode : https://code.visualstudio.com/ (optional but recommended)
(NOTE: this won't work if you have not installed git and node in your machine)
git clone <--project-url-->
cd MovieTown
--> run this script only if you're setting up the project for the first time else jump to next instruction.
npm run server_install
--> run this script only if you're setting up the project for the first time else jump to next instruction.
npm run client_install
npm run server
---> this script will start the backend
npm run client
---> this script will start the frontend
After executing above instuctions open this link in your browser http://localhost:3000
you should see the UI of the home page