Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 517 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 517 Bytes

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