This is a project that was created as a learning project. This project involves the usage of Spring Boot as a framework, ELK (Elasticsearch, Logstash, and
Kibana) Stack for a separate query system (not used yet), and additional Swagger for API Documentation. Other than that, PostgreSQL is also used as the main
local database with simple users
-> orders
-> product
schema. For authentication, JWT is the option chosen for stateless authentication.
All the schemas are placed in the sql-scripts
directory
mvn spring-boot:run
docker-compose up -d