This is a full stack event reservation project. The backend is deployed on Render and the frontend is deployed on Vercel.
https://seat-researvation-app.vercel.app
- Browse and book events
- User authentication
- Admin panel for event management
- Secure payment processing
- Frontend: React, TypeScript, Tailwind CSS
- Backend: Node.js, Express, MongoDB
- Deployment: Render (Backend), Vercel (Frontend)
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/event-reservation-app.git
-
Navigate to the frontend directory:
cd frontend
-
Install dependencies:
npm install
-
Start the frontend development server:
npm start
-
Navigate to the backend directory:
cd backend
-
Install dependencies:
npm install
-
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.