Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 738 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 738 Bytes

Contribute

(for a big dose of good karma ;)

Ask Yaniv Keinan for:

  • .env
  • .admin.env
  • AWS user

Put AWS credentials at ~/.aws/credentials

[default]
aws_access_key_id = YOUR_AWS_ACCESS_KEY
aws_secret_access_key = YOUR_AWS_ACCESS_SECRET

Clone and initialize project

git clone [email protected]:Backfeed/protocol-service.git
npm install
cd restApi
npm install
sls project init -n protocol-service -p default -d backfeed.cc -c true -e [email protected]

Install global npm dependencies

npm i -g nodemon

Testing

At root level run from terminal:

nodemon -x 'sls serve start'
npm run sanity
Thank you for helping out!