This website has been created with following tech stack:
- ReactJs v16.12.0
- NodeJs
- ExpressJs
- MongoDB
- Open the terminal inside
Server
folder and runnpm install
. - Once all packages are installed, run
npm start
. - It will start the server on
8000
port. - Now switch to
UI
folder and open the terminal. - Run
npm install
. - Once all packages are installed, run
npm start
. - It will start the website on
3000
port.