Pizza Creed is a pizza bakery in Galle Fort that prepares pizza only for orders.
Pizza Creed is a Spring Boot application providing RESTful APIs for managing pizza orders, including listing available pizzas, creating shopping baskets, managing basket items, and checking out orders.
Ensure you have the following installed on your system:
- Create a MySQL database named
pizzacreed
. - Duplicate
application.properties.template
insrc/main/resources
and rename it toapplication.properties
. - Update
application.properties
with your database details.
- Open a terminal and navigate to the project directory.
- Run:
(On Windows, use
./mvnw clean install ./mvnw spring-boot:run
mvnw
instead of./mvnw
) - The application should now be running at
http://localhost:8181
.
Refer to the Postman Collection for detailed API endpoints and sample requests.
Explore and test the API using the Postman Collection.
Check out the detailed API documentation on Postman Documentation.
Access the admin panel at http://localhost:8181/login
with:
- Username: admin
- Password: admin
Create this project for EAD2