Skip to content

jocile/catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


🎯 About

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

✨ Features

  • Product catalog screen with pagination;
  • Product detail screen;
  • Interface for listing, inserting, editing and deleting records.
  • Security with data validation, authentication and authorization access;
  • CRUD Database access for products, categories and users;
  • Automated tests;
  • Cloud Services Platforms;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

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

🏁 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... 🚧

📚 References

📝 License

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

Made with ❤️ by Jocile

 

Back to top