Pantry-list-api
204
A Koa backend for the Pantry List app.
yarn
yarn start-dev
Server listens on port 4000.
Testing: yarn test-watch
/graphiql is enabled on dev and prod
Heroku automatically:
master to https://pantry-list-api.herokuapp.com.https://hub.docker.com/r/sharpnotionsllc/pantry-list-api/
cp ~/.npmrc .docker-compose up
For developing against a local db:
psql
CREATE DATABASE pantry_list;
CREATE DATABASE pantry_list_test;
yarn create-migration -- <migration name>
yarn migrate
yarn migrate -- --env test
yarn migrate-rollback
Content type
Image
Digest
Size
294.8 MB
Last updated
almost 8 years ago
docker pull sharpnotionsllc/pantry-list-api