Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.84 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.84 KB

notify

A simple server to manage notifications feeds for our users. Notifications are stored and pushed to various channels.

Sponsors

Click here to support the development of this project.
Koumoul logo Koumoul develops the Data Fair ecosystem and hosts it as an online service.
Dawizz logo Dawizz uses the Data Fair ecosystem inside its platform and supports its development.

Development

npm run dev-eps
sh scripts/init.sh
npm run dev-client
npm run dev-server
docker compose exec router sh -c "mongo < /scripts/init-sharding.js"

When both servers are ready, go to http://localhost:5994 and chose an account in test/resources/users.json to login with its email and password.

A large part of the functionalities are intended to be integrated as iframes. Check these pages:

Run test suite:

npm run test

Test building the docker image:

docker build -t notify-dev .