Skip to content

armmarov/journey-to-production

Repository files navigation

Flask API Server

Check the presentation document here https://github.com/armmarov/journey-to-production/blob/main/doc/Journey-To-Production.pdf

To initially setup the environment

> python3.8 -m venv venv
> source venv/bin/activate
> pip install --upgrade pip
> pip install -r requirements.txt

To run the server

> flask run

To open the swagger document

1. Open the browser
2. Open the url http://localhost:5000/apidocs

To run health check

> flask run
> curl localhost:5000/health

To run docker

> ./run_docker.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •