This is an example realization of a simple ticket selling service for the cinema (REST API), for selling tickets, adding new movies, and allowing users to login using Spring Security auth.
login/register
user/cinema-halls
create/getAll/movies
create/getAll/movie-sessions
create/update/delete/getAllAvailable/orders
completeOrder/getOrderHistory/shopping-carts
addToCart/getByUser/users
getByEmail
- Java 11
- Maven 4.0.0
- MavenCheckstyle 3.1.1
- Tomcat 9.0.58
- MySQL 8.0.22
- Servlet 4.0.1
- Hibernate
- Spring
- Configure Apache Tomcat for your IDE
- Install MySQL and MySQL Workbench
- Configure
db.properties
set:db.user
db.password
hibernate.dialect
- Configure the tomcat library path in the startup settings Enjoy!
@LinkClink telegram