This is my full stack mern stack project where I have created a car pooling website where a driver can publish a ride and similarly a passenger can request a ride and based on the requests the driver can decide whether to accept the ride or reject it.This is a full stack project in mern stack where I have used mongodb as the database react front end and node and express for backend
Inside server folder create a config.env file and put the following details: NODE_ENV=development
PORT=3000
USERNAME="Your username"
DATABASE="link of your mongodb atlas database connection"
DATABASE_PASSWORD="your password"
JWT_SECRET="Your secret key"
JWT_EXPIRES_IN=90d
JWT_COOKIE_EXPIRES_IN=90