-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
RitvijSrivastava edited this page Feb 24, 2021
·
3 revisions
- Git
-
NodeJs
>= 10.0<= 14.0 -
NPM
~ 6.0 - MongoDB Atlas
- Clone the repository using
sshorhttps. - Navigate to the folder.
- Make
.envfiles for both frontend and backend using the format specified in theexample.envfiles located inbackend/config/andfrontend/. - Run
npm installin bothfrontendandbackend. - From the root of the project (outside of both
frontendandbackend), runnpm run devto start the developement server using nodemon. Backend will start onlocalhost: 5000(Port can be changed using.envfile) and frontend will start onlocalhost:3000.