Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 961 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 961 Bytes

SpaceHub

A place for space enthusiast

A web app purely made with django, A framework of python and html and css.

Home Page

home

gallery Page

gallery

Explore Page

explore

Features

  • 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

Installation

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

License

MIT