Skip to content

Mmarta19/BasicFlaskAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO EXECUTE THE PYTHON PART:

  1. Build the api:

    docker-compose build api`
    
  2. Start the api

    docker-compose up api
    
  3. Execute the test (using pytest)

    docker-compose run --rm api bash -c "pytest -vv tests/"
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published