This project was bootstrapped with Create React App.
To run the project you need to rename the '.env.example' to'.env' in /api
and add your MongoDB URL.
First, clone this repo and then run npm i
to install all the dependencies, then run npm start
to start the frontend, then go to the api folder and run node indexjs
or nodemon index.js
if you have nodemon installed.