- Download or clone this repo to your local system
- Install nodejs from Nodejs official website
- Open the terminal in the folder where you have cloned the project.
- Now run the following commands
npm cache clean
npm install
cd client
npm install
- Now, you should be able to see the node modules folder with all dependencies installed.
- Install the mongodb community edition from here Mongodb official documentation
- Ensure that mongo service has started and is listening on port 27017
- Now , run the following command back in the terminal at the project folder
npm run dev
- Navigate to http://localhost:3000/login and you should be able to view the login page