https://easy-drive-frontend.vercel.app/
https://car-rental-backend-flax.vercel.app/
git@github.com:saiket-das/easy-drive.git
cd easy-drive
cd backend
npm install
- Create a .env file in the root directory of the project. Follow .env.example file
- Add necessary configuration variables in the .env file. Example:
NODE_ENV=development PORT=9000 DATABASE_URL=mongodb_url BCRYPT_SALT_ROUNDS=12 JWT_ACCESS_TOKEN_EXPRIRES_IN=10d JWT_ACCESS_SECRET=jwt_access_secret STRIPE_SECRET_KEY=stripe_secret_key
npm RUN DEV
cd frontend
npm install
npm run dev