Skip to content

starflock/exo_planet_back_end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NASA Space Apps Challenge Hackathon

EXO PLANET BACKEND

Front End https://github.com/starflock/exo-plan-it

Project Link https://2019.spaceappschallenge.org/challenges/planets-near-and-far/build-planet-workshop/teams/starflock/project

https://docs.google.com/presentation/d/1fBOi2hf59dSndFoDf7r0PE8IZKEXlFvkl7tnIsrKy5Y/edit?usp=sharing

https://exo-planet-starflock.herokuapp.com/

Heroku Commands

heroku login
heroku git:remote -a exo-planet-starflock-backend
git push heroku master
heroku config -s >> .env
gunicorn app:app test_mode

Docker Commands

sudo docker build -t exo_planet_backend .
sudo docker run -it -p 5001:5001 exo_planet_backend