Skip to content

event-driven-io/emmett-starter-postgresql

Repository files navigation

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

About

Emmett WebAPI starter repository with PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published