Skip to content

GenovaEmpera/mystuff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Backend (back subfolder)

Maven

  • Create jars
mnvw package
  • Build docker image
mvnw dockerfile:build

Frontend (web subfolder)

Maven

  • Build docker image
mvnw dockerfile:build

Command line

  • Preparations
    • Install npm (instruction).
    • Install angular cli. You can install it by execute command:
    npm install -g @angular/cli
    
  • Build
    • Installed npm modules
    npm i
    

Run application

Docker

Web+back+neo4j

docker-compose up

Backend

From IDE

Run org.webtree.mystuff.boot.App Require neo4j. You can download it here. If you want to run App with embedded neo4j you should set property spring.data.neo4j.driver to org.neo4j.ogm.drivers.embedded.driver.EmbeddedDriver and spring.data.neo4j.uri as empty string. For more information about setting spring boot properties please read spring documentation

Frontend

Command line (require build from command line)

  • For run just execute command
ng serve
  • For run tests:
ng test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 58.7%
  • TypeScript 32.4%
  • HTML 6.5%
  • JavaScript 1.2%
  • Dockerfile 0.8%
  • Shell 0.2%
  • CSS 0.2%