catalog

Product catalog app developed at @devsuperior bootcamp

View on GitHub
Catalog  

Catalog

🚧 Catalog 🚀 Under construction... 🚧


Github top language Github language count Repository size License Github issues Github forks Github stars

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   References   |   License   |   Author


:dart: About

Product catalog system using spring boot as backend and react as frontend, which is developed in DevSuperior course bootcamp.

:sparkles: Features

:rocket: Technologies

The following tools were used in this project:

:white_check_mark: Requirements

Before starting :checkered_flag:, you need to have Java JDK 17, Git and Maven installed.

:checkered_flag: Starting

Clone this project

git clone https://github.com/jocile/catalog

Access

cd catalog/backend

Run the project backend

./mvnw spring-boot:run

The backend API will initialize in the browser
http://localhost:8080/swagger-ui/index.html

🚧 The frontkend is 🚀 Under construction… 🚧

:books: References

:memo: License

This project is under license from MIT. For more details, see the LICENSE file.

Made with :heart: by Jocile

 

Back to top