This is the api for ThinkShake.
npm install
NODE_ENV=development npm run sequelize db:migrate
NODE_ENV=development npm run sequelize db:seed:all
npm run debug
ローカル環境
npm test
docker build -t thinkshake/api .
docker run --name thinkshake-api -d -itv $(pwd):/srv/thinkshake-api -p 5000:5000 thinkshake/api
Please make sure that your dev path is shared in Docker
docker exec -it thinkshake-api /bin/bash