Use npm to install dependencies
npm install
Create your .env file
cp .env.sample .env
node index.js
And open http://localhost:4000 on your browser
Chatanoo is hosted on Elastic Beanstalk, you need to use eb command line tool to deploy the project (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html)
eb init
Choose chatanoo-mobile application and chatanoo-mobile-staging as environment.
eb deploy
eb deploy chatanoo-mobile