Skip to content

Adnan0061/seat-researvation-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Event Reservation Project

This is a full stack event reservation project. The backend is deployed on Render and the frontend is deployed on Vercel.

Frontend URL

https://seat-researvation-app.vercel.app

Features

  • Browse and book events
  • User authentication
  • Admin panel for event management
  • Secure payment processing

Technologies Used

  • Frontend: React, TypeScript, Tailwind CSS
  • Backend: Node.js, Express, MongoDB
  • Deployment: Render (Backend), Vercel (Frontend)

How to run the project locally

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/event-reservation-app.git
  2. Navigate to the frontend directory:

    cd frontend
  3. Install dependencies:

    npm install
  4. Start the frontend development server:

    npm start
  5. Navigate to the backend directory:

    cd backend
  6. Install dependencies:

    npm install
  7. Start the backend server:

    npm run start

Now you can access the application at http://localhost:3000 for the frontend and http://localhost:5000 for the backend.