Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 867 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 867 Bytes

About This Project

This project was made for COMP6343 Class Group 12. Group members:

  • Nicholas Michael Halim
  • Marco Melvern

This is the backend code for our ticketMAYA WASD Final Project. This backend aims to provide the following services through RESTFUL APIs to the front end. Services includes:

  • Authentication
  • Event CRU
  • Attendee CRU
  • Sending Emails
  • Generating Excel file for attendees from one event
  • Storing payment proofs and allowing event organizers to download them
  • Admin controls (banning/unbanning users)

Security

Both front and back-ends of the project are secured with ssl. Routes are protected with guards that requires authenticated tokens.