Skip to content

seyyedBagherMusavi/fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fibonacci

install and running:
run commands:

  • mvn clean package spring-boot:repackage -Dactive.profile=Production
  • sudo docker build . --tag demo
  • cd ./src/main/docker
  • docker-compose -f app.yml up
    go to http://localhost:8080/fibonacci/swagger-ui.html for testing
    user with userName: admin and password: user
    TODO
  • add liquibase and change security model \
  • making better cache(in this version just cached last number value, and not cached all values computed)

About

app initilized

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published