Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 956 Bytes

README.md

File metadata and controls

61 lines (42 loc) · 956 Bytes

Renting Carnival

Tech Stack

Client: React + Vite, Redux Toolkit, Tailwind CSS

Server: Node, Express

Database: MongoDB

Design: Figma

Installation

  1. Clone the repository:
git clone https://github.com/soumya-maheshwari/renting-carnival-backend
  1. Navigate to the project directory:
cd renting-carnival-backend
  1. 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 = 

  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. to access the endpoints from your web browser, go to:
http://localhost:5000

Frontend Repository

You can find the frontend repository for this project at: Renting Carnival Frontend