Skip to content

Releases: rmarasigan/bus-ticketing

v1.0.0

28 Jul 05:59
6b86c38
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

🚀 What's New

  • Using AWS services such as API Gateway, DynamoDB, Lambda Functions, SQS, and EventBridge.
    • The Lambda Function Runtime is using GO_1_X.
  • Bus Ticketing APIs
    • User Schema API
      • This module will let you create an account, get user account information, update user account properties, and log in to the user account.
    • Bus Schema API
      • This module will let you create a new bus instance, get specific bus information, filter the bus record, and update the bus record.
    • Bus Unit Schema API
      • This module contains the Bus Company's active unit and its capacity. It will let you create a new bus unit instance, get specific bus unit information, filter the bus unit record, and update the bus unit record.
    • Bus Route Schema API
      • This module contains the bus unit routing information which will let you create a new bus unit route instance, get the bus route record, filter the route record, and update the bus unit route record.
    • Bookings Schema API
      • This module contains the details of reserved seats for a particular bus which will help or let you create a new bus booking, get the booking record, filter booking records and update the booking status record. In updating the booking status, it has a value of either CONFIRMED or CANCELLED.
  • E-mail feature
    • After the booking status is updated to either CONFIRMED or CANCELLED it will send an e-mail to the client about their booking transaction.

Requirements