Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 487 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 487 Bytes

flair-pulsar

Service responsible for event driven insights in Flair

Setup

DB migrations

Run DB migrations using this command

npm run migrations

Development

Database

Run docker compose

docker-compose up

Then run migrations

Check the #Setup section above

Run npm

npm i
npm start

Testing

Run docker compose first as shown above.

Unit tests

npm run test

End to end tests

npm run test:e2e