yarn install
npm install
-
postgres 9.6+
-
development environment uses .env file in the root, expecting ...
DB_USERNAME="postgres" DB_HOST="localhost" DB_NAME="postgres"
-
yarn db:bootstrap
npm run db:bootstrap
yarn start
npm start
http localhost:3000/user username=foo password='bar' email='[email protected]'
http --session=/tmp/mysession.json localhost:3000/auth username=foo password='bar'
http --session=/tmp/mysession.json localhost:3000/users