Simple Flask Contact list app with CRUD operations.
- Clone the repository : https://github.com/ni3choudhary/Flask-Contact-List-App-Deployment.git
- Inside the project root directory, Create Python Virtual Environment and activate it using below commands
$ 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/