This project content MVC framework and request to database without ORM
- Thymeleaf as template engine
- Maven as dependency controller
- SQL native
- MVC design
- PostgreSQL as database
- DB_URL =
jdbc:postgresql://localhost:5432/freakStore
- DB_USERNAME =
your username
- DB_PASSWORD =
your password
Change the port if required
- Please, run the queries of "querys" folder.
- Static pages
- Better structure of products
- Dockerfile
- Jquery implementation