Skip to content

hypnobrando/snake-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake-api

download on app store

run locally

  • run a mongo database named snake
  • install python 3
  • create virtualenv virtualenv -p python3 venv
  • run the virtualenv source ven/bin/activate
  • install dependencies pip3 install -r requirements.txt
  • run the server python3 main.py

deploying

  • clone ecs-deploy into a ~/src folder
  • bash deploy.sh testing | production