-
Fork the Repo
-
Clone the repo to your local machine
git clone <repo-url>
-
Get into the frontend directory
cd frontend
-
Run
npm i
to install dependencies -
Create a
.env
file and create variables as mentioned in the.env.example
with the values -
Run
npm run dev
to start the application
-
Go into the root directory
-
Run
npm i
to install dependencies -
Create a MongoDB account and get the MONOGO_URL for connecting the server and the Database
-
Create a
.env
file and create variables as mentioned in the.env.example
with the values -
Run
nodemon server.js
to start the server [Should have installed nodemon globally]
- ReactJS[Hooks]
- NodeJs
- ExpressJs
- MongoDB