Skip to content

A ticket management web app, where users can book tickets for events and admins can manage events and tickets

Notifications You must be signed in to change notification settings

sbnair/booking_system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookingSystem

Specifications

Simple booking system for any types of events
Events can contain any types of available tickets, and can be booked or reviewed by users

Implementation

Node.JS with Express for the backend
Angular for the frontend
NoSQL databse MongoDB for storing users and other specification related tables
Authentication with JWT, with simple authorization based on roles

How to run

Backend

  1. cd /api
  2. npm install
  3. npm run start OR npm run dev

Frontend

  1. cd /client
  2. npm install
  3. npm run start OR ng serve

Docker/Docker-compose Just build and run the docker images using either docker or docker-compose

Link For easier access, follow this link: Press me

About

A ticket management web app, where users can book tickets for events and admins can manage events and tickets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.0%
  • HTML 30.4%
  • JavaScript 22.4%
  • CSS 3.8%
  • Other 0.4%