Description Used technologies: NestJs, ReactJs Setting up MONGODB_URL Go to -> backend/ Create -> .env And paste -> MONGODB_URL = Your MongoDB url Installation and running backend $ cd backend/ $ npm install $ npm run start Installation and running client part $ cd client/ $ npm install $ npm run start