Skip to content

igor-slotin/spring-react-postgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-react-postgreSQL example

Current project is example of using Spring + JPA + PostgreSQL for backend and react + redux for frontend parts.

For run project

  • install maven
  • install postgreSQ, run it and create database
  • add to src/main/resources file "application.properties" with your db config (like:
    spring.datasource.url=jdbc:postgresql://localhost:5432/{database}
    spring.datasource.username={bd userneme}
    spring.datasource.password={bd passwo}
    spring.jpa.generate-ddl=true
    )
  • run mvn install && mvn spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published