Skip to content

Nightly Builders Node.js API - A base repository which provides an opinionated setup.

License

Notifications You must be signed in to change notification settings

nightlybuilders/nightlybuilders-api-nodejs-postgres

Repository files navigation

Nightly Builders Node.js API

A base repository which provides an opinionated setup.

Features

Setup, Development and Testing

Bootstrap the project by installing all dependencies:

nvm use  # we recommend using 'nvm'
yarn  # will install Node.js dependencies

Start the local database:

cd docker
docker-compose up

Start the development server:

yarn run devserver

Run all tests:

yarn test

Build a docker image:

cd docker
docker-compose build

LICENCE

Apache License 2.0

Maintainers


Lukas Ender

Stefan Natter

Releases

No releases published

Packages

No packages published