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.
- Host: GitHub
- URL: https://github.com/vercetti322/ecommerce-backend
- Owner: vercetti322
- Created: 2024-08-03T05:04:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T17:33:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T01:23:24.939Z (over 1 year ago)
- Topics: backend, java, postgresql, spring, spring-boot
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!!!