REST API for BOS(Budget Ordering System)
The API helps keeps record of the following entities
- Products.
- Stores.
- Orders.
- Order Items.
- Quantity types.
- Riders.
- Users.
- Permissions.
- User Groups.
- JDK 20
- Spring Boot v3.1.5
- Spring Boot Data JPA
- MySQL Connector
- Maven
- Fork the project.
- Clone the project to your local machine.
- Navigate into the project and run
./mvnw clean install
- Run BosApplication.java file.
- Open the browser and navigate to
http://localhost:8080/