Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagashiz/sea-cinema-tix
Simple movie ticket booking web app built with Laravel 10, TailwindCSS, and MySQL database.
https://github.com/bagashiz/sea-cinema-tix
laravel tailwindcss
Last synced: 17 days ago
JSON representation
Simple movie ticket booking web app built with Laravel 10, TailwindCSS, and MySQL database.
- Host: GitHub
- URL: https://github.com/bagashiz/sea-cinema-tix
- Owner: bagashiz
- License: mit
- Created: 2023-06-27T10:56:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-30T08:59:52.000Z (over 1 year ago)
- Last Synced: 2024-10-30T07:03:05.505Z (2 months ago)
- Topics: laravel, tailwindcss
- Language: PHP
- Homepage:
- Size: 4.92 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SEA Cinema Tix
## Description
This is a challenge project for the [Compfest 15](https://compfest.id/) Software Engineering Academy (SEA) program.
The SEA Cinema Tix is a movie ticket booking web application developed to enhance the moviegoing experience for customers of SEA Cinema. Built with Laravel 10 Framework, TailwindCSS, and powered by a MySQL database, this application provides a seamless and efficient platform for users to browse movies, book tickets, and manage their reservations.
## Database Schema
This project uses a MySQL database to store and manage data. Check out the database schema [here](https://dbdocs.io/bagashiz/sea_cinema_tix), powered by [dbdocs.io](https://dbdocs.io/).
## Screenshots
![Register Page](public/images/screenshots/register.png)
![Home Page](public/images/screenshots/homepage.png)
![Movie Page](public/images/screenshots/movie.png)
![Booking Page](public/images/screenshots/book.png)
![Booking History Page](public/images/screenshots/bookings.png)
![Profile Page](public/images/screenshots/profile.png)
![Edit Profile Page](public/images/screenshots/edit.png)## Contributing
Developers interested in contributing to the SEA Cinema Tix project can refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file for detailed guidelines and instructions on how to contribute.
## License
The SEA Cinema Tix project is licensed under the [MIT License](LICENSE), providing an open and permissive licensing approach for further development and usage.