Releases: TheFutureLegends/Movie-Booking-System
Releases · TheFutureLegends/Movie-Booking-System
v1.0
v0.2
In addition to basic functions in v0.1-alpha, all CRUD functions can now work with the database:
CRUD User
CRUD UserProfile
CRUD Movie
CRUD Reservation
We also refactored 2 functions to work with the database:
User profile
Movie description
And we added 2 new features:
Edit Profile
Search for a movie
Milestone 1
This release includes the majority of functions from both the front-end and back-end.
For front-end, important features are completed:
- View a list of movies
- Viewing the details of 1 specific movie
- Reserving a movie ticket
- Dummy payment
- Dummy login
For the backend, except for a few small bugs, most of the APIs are working correctly.