Welcome to the Platzi Market repository! This is a project developed as part of the Platzi course "Curso de Java Spring".
Platzi Market is an e-commerce platform that allows users to purchase products from different categories and view their purchase history. The project is built using Java Spring Boot.
- User registration and login
- Product browsing and purchase
- Purchase history view
To run the project locally, follow these steps:
- Clone the repository: git clone https://github.com/franklinjpt/platzi-market.git
- Open the project in your IDE
- Do the PostgresSQL configuration below
- Run the project
- Open your browser and go to http://localhost:8080/platzi-market/api/swagger-ui/index.html
- You can see the API documentation
You can also see a demo version here.
In order to have the same schema for database, you can create the database from the file schema.sql
in the root of the project.
It's necessary to change the username and password in the file application.yml
in src/main/resources in order to connect spring boot with the database.
- Thanks to Platzi for the course and the opportunity to learn and practice Java Spring Boot.