Code Monkey home page Code Monkey logo

eventful's Introduction

Eventful: Your Passport to Unforgettable Moments

Eventful is more than just a ticketing platform; it's your gateway to a world of experiences. We connect you with pulsating concerts, captivating theater performances, thrilling sports events, enlightening cultural gatherings, and everything in between.

This project uses NestJS, MySQL, and Redis to build a comprehensive event management platform.

Features

  • Authentication and Authorization: Secure user accounts for event creators and attendees.
  • Event Management: Create, manage, and view events.
  • Ticketing: Purchase tickets and receive QR codes for entry.
  • QR Code Generation: Generate unique QR codes for each ticket.
  • Shareability: Share events on social media platforms.
  • Notifications: Set reminders for upcoming events (creators and attendees).
  • Analytics: Track event attendance, ticket sales, and user engagement.

Technologies

Getting Started

  1. Clone this repository.
  2. Install dependencies: npm install
  3. Configure database and Redis connections (refer to configuration files).
  4. Run the application: npm run start

TypeORM Migrations

To manage database migrations using TypeORM, use the following commands:

  1. Create a new migration:
    npm run typeorm migration:create -- -n MigrationName
  2. Generate a migration based on changes in the entity files:
    npm run typeorm migration:generate -- -n MigrationName
  3. Run all pending migrations:
    npm run typeorm migration:run
  4. Revert the last executed migration:
    npm run typeorm migration:revert

Contributing

We welcome contributions! Please refer to the contributing guidelines (to be added) before submitting pull requests.

License

This project is licensed under the MIT License (see LICENSE file).

eventful's People

Contributors

emeralddd123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.