Skip to content

konradr25/spdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPDB

Requirements

  • Java 8
  • Docker
  • Git, Maven
  • Node (v4.1.x+) and NPM (2.14.x+)

DB installation

  1. Run postgres container:

     docker run --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres
    

    The application runs with default credentials.

App

Build front-end files

  • npm install install all dependencies with npm
  • npm run build saves all static files in src/main/resources/static

BE app

  • mvn spring-boot:run runs app

Testing

  1. Run tests with:

     mvn test
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published