Nebula is a Data Visualization App that will allow millions of potential users to navigate through the tens of thousands of NASA datasets that are publicly available online. The app will give students, professionals and space enthusiasts a place to start connecting with all the information NASA has to offer.
The Nebula App was a Space Apps 2021 Global Nominee. These projects represent the top projects from among the local virtual events and the Universal Event.
App screen capture
Youtube Presentation
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install. Git
- Python - Download & Install Python and the pip package manager.
# Clone this repository
$ git clone https://github.com/barrancocarlos/nebula-spaceapps.git
# Go into the repository
$ cd nebula-spaceapps
# Install dependencies on virtual enviroment
$ pip install pipenv
$ pipenv shell
$ pipenv install
# Run the app
$ python manage.py runserver