Clone the project to your desired location,
- Get your MongoDb URI, then edit the file server/.env with your mongodb URI, to be able to connect to the databse
- Go to server folder
- Run : npm install
- Go to client folder
- Run : npm install
- Go to the server folder
- Run : npm run start:backend
- Go to client folder
- Run : npm run start