Skip to content

mirkiy/travel_bucket_list_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travel_bucket_list_python

python_project

How to run Travel Bucket List app

To run the app follow the steps below:

CLONE the repo from github to your local machine

Install Python if you don't have it already installed.

Then you need to download and install Flask.

Run in your Terminal: pip3 install Flask

Flask allows you to register environment variables that you want to be automatically imported when you run the flask command.

To use this option you have to install the python-dotenv package: pip3 install python-dotenv.

And then: python3 -m flask run or flask run.

About

python_project

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors