A web app purely made with django, A framework of python and html and css.
- You can see Nasa's Astronomy image of day
- explore info about our solar system
- Space News
- You can get the names of the people who are currently in space
- Random cool space images from Nasa
SpaceHub requires Python to run.
Install the dependencies and devDependencies and start the server.
git clone https://github.com/Rajkaranm/spacehub.git
cd spacehub
pip install -r requirements.txt
After installing packages
python manage.py runserver
open http://127.0.0.1:8000/ in your browser
MIT