Skip to content

REST API for BOS(Budget Ordering System) built using Spring Boot

Notifications You must be signed in to change notification settings

maikofelix47/bos-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOS API

REST API for BOS(Budget Ordering System)

The API helps keeps record of the following entities

  1. Products.
  2. Stores.
  3. Orders.
  4. Order Items.
  5. Quantity types.
  6. Riders.
  7. Users.
  8. Permissions.
  9. User Groups.

Requirements

  1. JDK 20
  2. Spring Boot v3.1.5
  3. Spring Boot Data JPA
  4. MySQL Connector
  5. Maven

Getting Started

  1. Fork the project.
  2. Clone the project to your local machine.
  3. Navigate into the project and run ./mvnw clean install
  4. Run BosApplication.java file.
  5. Open the browser and navigate to http://localhost:8080/

About

REST API for BOS(Budget Ordering System) built using Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages