Skip to content

A simple flask app that displays NASA's current Picture Of The Day

Notifications You must be signed in to change notification settings

RileyMueller/NASA_POTD_Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NASA_POTD_Flask

A simple flask app that displays NASA's current Picture Of The Day

First prepare a virtual environment

python -m venv venv

Activate the virtual enviornment by running the command

source venv/bin/activate

Install dependencies in new environment

pip install -r requirements.txt

Command line should now indicate you are in a virtual environment

Create a .env and fit it out as .env.example shows

Run the application be executing the command

python app.py

Open your browser and navigate to http://localhost:5000/

About

A simple flask app that displays NASA's current Picture Of The Day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published