Skip to content

JeanFerreira91/AstronautDjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Astronauts Tracker

Project image

Installation:

1- Clone this repository in your desired path:

git clone https://github.com/JeanFerreira91/AstronautDjango.git

2- Create a virtual environment and activate it:

python3 -m venv venv
source venv/bin/activate

3- Install what's in requirements.txt:

pip install -r requirements.txt

4- Run your local server:

python manage.py runserver

See how many Astronauts are up there doing amazing work. All the data is provided for free by http://api.open-notify.org/

Enjoy!

Releases

No releases published

Packages

No packages published