A simple server to manage notifications feeds for our users. Notifications are stored and pushed to various channels.
Click here to support the development of this project. | |
---|---|
Koumoul develops the Data Fair ecosystem and hosts it as an online service. | |
Dawizz uses the Data Fair ecosystem inside its platform and supports its 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:
- managing the user's devices
- overview of the user's subscription
- subscribe to an organization's events as a member
- subscribe to an organization's events as a member with specific role
- subscribe to an organization's events as a department member
Run test suite:
npm run test
Test building the docker image:
docker build -t notify-dev .