Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.42 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.42 KB

Github Sponsors blog blog

Emmett - template showing event-sourced WebApi with Express.js and PostgreSQL

Read more in Emmett getting started guide.

Prerequisities

You need to install packages with

npm install

Running

Sample require PostgreSQL, you can start it by running

docker-compose up

Then just run

npm run start

Running inside Docker

To build application:

docker-compose --profile app build

To run application:

docker-compose --profile app up

Testing

You can either run tests with

npm run test

Or manually with prepared .http file