Skip to content

willipsantos/flask-app-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flask-app-challenge

Rodar aplicação local

  1. Criar virtual environment e utilizá-lo
python -m venv venv
source venv/bin/activate
  1. Instalar módulos
pip install -r requirements.txt
  1. Rodar aplicação
flask run
or
gunicorn "app:create_app()" 
  1. Endpoints
flask run
service endpoint = http://localhost:5000/oauth/v1
health endpoint = http://localhost:5000/oauth/v1/health

gunicorn
service endpoint = http://localhost:8000/oauth/v1
health endpoint = http://localhost:8000/oauth/v1/health

Pré-requisitos:

Instalar Docker e Docker Compose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published