Skip to content

hypnobrando/chatter-api

Repository files navigation

chatter-api

download on app store

run locally

  • run a mongo database named chatter
  • 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