Skip to content

This project use Spring framework and a direct connection with PostgreSQL without an ORM

Notifications You must be signed in to change notification settings

Volkya/forumDir-springmvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project content MVC framework and request to database without ORM

Technologies

  • Thymeleaf as template engine
  • Maven as dependency controller
  • SQL native
  • MVC design
  • PostgreSQL as database

Connect - enviroment variables

  • DB_URL = jdbc:postgresql://localhost:5432/freakStore
  • DB_USERNAME = your username
  • DB_PASSWORD = your password

Change the port if required

Structure

  • Please, run the queries of "querys" folder.

Future updates

  • Static pages
  • Better structure of products
  • Dockerfile
  • Jquery implementation

Releases

No releases published

Packages

No packages published