Skip to content

Latest commit

 

History

History

01_First_App

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Flask Bootcamp #01 : First Application

Hello, I'm Joseph Konka, Python enthousiast. Flask is a Python framework for building web application developing. In this project, I'm building a basic app with Flask and deploying it with Docker. I hope it will help you to understand the docker deployment. Bye !

Setup Virtual Environment

python -m venv venv
.\venv\Scripts\activate.bat
pip install -r requirements.txt

Init DB

python init_db.py

Launch App

python app.py

Let's get in touch

Github Badge Linkedin Badge Twitter Badge Gmail Badge