Client: React + Vite, Redux Toolkit, Tailwind CSS
Server: Node, Express
Database: MongoDB
Design: Figma
- Clone the repository:
git clone https://github.com/soumya-maheshwari/renting-carnival-backend
- Navigate to the project directory:
cd renting-carnival-backend
- Setup .env file in base directory:
PORT = 5000
MONGODB_URL =
JWT_ACCESS_KEY =
USER =
PASS =
CLOUDINARY_CLOUD_NAME =
CLOUDINARY_API_KEY =
CLOUDINARY_SECRET_KEY =
STRIPE_SECRET =
- Install dependencies:
npm install
- Start the development server:
npm start
- to access the endpoints from your web browser, go to:
http://localhost:5000
You can find the frontend repository for this project at: Renting Carnival Frontend