Skip to content

janar-rahumeel/rik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rik

RIK Homework

Dokumentatsioon

Kasutatud on DDD arhitektuuri ja kood kirjeldab ennast ise. Andmebaasi diagram on leitav "doc" kaustast

Aplikatsiooni käivitamine:

IDEs

  1. IDEs käivitada Spring Boot applikatsioon "local" profiiliga
  2. frontend> ./yarn start
  3. Ava rakendus http://localhost:4200

Docker

  1. > make build-jar
  2. > make build-image
  3. > make deploy-postgres
  4. > make deploy-rik
  5. Ava rakendus http://localhost:8100