Simple booking system for any types of events
Events can contain any types of available tickets, and can be booked or reviewed by users
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
Backend
- cd /api
- npm install
- npm run start OR npm run dev
Frontend
- cd /client
- npm install
- 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