An open API service indexing awesome lists of open source software.

https://github.com/vercetti322/ecommerce-backend

A basic SpringBoot web project with integration with Postgres database and MVC architecture.
https://github.com/vercetti322/ecommerce-backend

backend java postgresql spring spring-boot

Last synced: 2 months ago
JSON representation

A basic SpringBoot web project with integration with Postgres database and MVC architecture.

Awesome Lists containing this project

README

          

## How to work with it?

1. open the project in intellij idea

2. resolve pom.xml for maven dependencies

3. use the DB data (as csv) in the root and load it in your postgres DB (local)

4. set up the env variables ${DB...} in application.properties.

5. run the project!!!