Create a .env file to add your own MONGO_URI, JWT_SECRET, and JWT_LIFETIME environment variables.
Clone the project
git clone https://github.com/melhemfares/ht6-2022.gitInstall dependencies
npm installRun the backend server
cd api -> nodemon startRun the client server
cd client -> npm start --web