Skip to content

juniors90/microservice-versioning-example

Repository files navigation

Fask Microservice Versioning Example

codecov Build status GitHub issues GitHub forks GitHub stars GitHub license GitHub contributors black

Code built following Real Python tutorials:

Some modificationes were made:

  • source code was placed in src folder instead of root folder
  • docstrings in numpydoc format were added
  • type hints were added

For using this code, follow next steps:

  1. Create an environment

  2. Install project requirements:

    pip install -r requirements
  3. Create the database:

    python build_database.py
  4. Run the API:

    python -m src