Skip to content

ni3choudhary/Flask-Contact-List-App-Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Contact-List-App-Deployment

Simple Flask Contact list app with CRUD operations.

setup

$ python3 -m venv env

Activate Virtual Environment

$ .env/bin/activate

Install Libraries using below command

$ pip install -r requirements.txt
  • Run app.py on terminal to start local server.
$ python app.py

The App is deployed to heroku -- https://flask-contact-list-app.herokuapp.com/