Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 775 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 775 Bytes

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