- Nodejs
- npm
- nodemon
- clone the repository in your local machine
- cd into the root directory of the project (
cd sos) and runnpm install. - cd into the frontend folder (
cd frontend) and runnpm install. - Inside the config folder, make a new file
dev.jsand add in your mongo conection string and your jwt secret, like in prod.js. - cd back to the root dir (
cd ..) and run the commandnpm run dev