Skip to content

Installation

Michael Kaufman edited this page Jan 10, 2018 · 1 revision

Install and run MongoDB Server: Choose your Platform: https://docs.mongodb.com/manual/installation/

Install Python and pip: Windows (Follow this guide): https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/ OS X/ Linux: sudo easy_install pip

Run the website and API: app.py runs an API and website that manages and displays land and space telescope data from caltech.gator and simbad API's. pipenv install requests pip install -r requirements.txt

You may need to install additional dependencies. python app.py

Clone this wiki locally