Skip to content

555aaditya/Eventora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Eventora is a full-stack web application developed as a 5th semester full-stack project. It simplifies event planning and management by allowing users to explore, book, and organize events such as concerts, weddings, birthdays, and corporate gatherings. Built with modern web technologies, Eventora delivers a seamless and intuitive user experience.

Features

  • Schedule a Event.
  • View upcoming events.
  • View the event calendar.
  • Getting approval for the events.
  • Ticket Booking for the event.
  • QR Code generation for receiving tickets.

Technologies Used

  • ReactJs
  • NodeJs
  • ExpressJs
  • MongoDB
  • NPM
  • JWT webtoken
  • QR code

Getting Started

Prerequisites

npm install

Installation

  1. Clone the repository to your local machine.
git clone https://github.com/your-repo/eventora.git
cd eventora
  1. Navigate to the project directory. use two terminal
    For Frontend
    cd Client
    For Backend
    cd api

  2. Create a .env file in the root directory with the following content, and replace placeholders with your own values.
    MONGODB_URI=mongodb://localhost/your-database-name

  3. Start the server.

    node index.js
    server started at 4000
    
  4. Start the Client:

     npm run dev
    

The application should now be running. You can access it at http://localhost:5173
The Server is running on http://localhost:4000

Thank You

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors