Skip to content

soumya-maheshwari/renting-carnival-backend

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published