Skip to content

stanislav-tsaplev/ylab-menu-app

Repository files navigation

Menu App project

Running the application:

  • Build docker containers (for both application and database)
make build-app
  • Start the containers
make up-app
make down-app

Testing the application (with pytest):

  • Build docker containers
make build-test
  • Start the containers
make up-test
  • Pytest session will start in the background

  • Now you can see the test results

make show-test-logs
  • After completing the test session you can stop the containers
make down-test

Doing both things together:

  • Build docker containers
make build-both
  • Start the containers
make up-both
make show-test-logs
  • Once you have done all you need to do, you can stop the containers
make down-both

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages