This is a project to put into practice my knowledge in java using a good framework as spring is, and I decided to create a small database and check how java works and what are its advantages and disadvantages. I´m really surprised because it's amazing all you can do with this framework. It's a small APi where you can create and list products it's easy, but I have the curiosity.
- Installation
- [How to use](#how to use)
- Contribution
You don't need to install anything because of used docker you only need run the next command and clone the repo:
docker-compose up --build
and next you only run:
docker-compose up
This creates the database, and you can begin to use the api.
It's so easy to use, you can use postman or another tool, but the project uses swagger to document the API and you don't have to see the database every time and see the types.
API Swagger
You can use this link:
http://localhost:8090/market/api/swagger-ui.html
I built this project because I want to continue my learning with java and spring I know that need it to improve the project and add things such as test OAuth and many other features any advice or correction is welcome