Add another flask exercise

This commit is contained in:
abregman
2020-01-16 23:50:49 +02:00
parent 24edb687e4
commit 85d8a566d1
10 changed files with 201 additions and 57 deletions

View File

@ -1,6 +1,8 @@
Your mission, should you choose to accept it, involves fixing the app in this directory, containerize it and set up a CI for it.
Please read carefully all the instructions.
If any of the following steps is not working, it is expected from you to fix them
## Installation
1. Create a virtual environment with `python3 -m venv challenge_venv`
@ -9,8 +11,6 @@ Please read carefully all the instructions.
## Run the app
If any of the following steps is not working, it is expected from you to fix them
1. Move to `challenges/flask_container_ci` directory, if you are not already there
1. Run `export FLASK_APP=app/main.py`
1. To run the app execute `flask run`. If it doesn't works, fix it