Documentation on how to make the notification framework up and running with nodejs project
The example repository follows mono-repo architecture where frontend(FE), backend(BE) and all other directories are stored as a single codebase.
NextJs project. Can be anything depending on project requirements.
A shared folder between backend and frontend. This is optional. We use this to reduce code duplication between frontend and backend.
NodeJS project. This is where our notification framework will live.
Run npm install
in both FE and BE.
Clone the notification framework in using
git clone https://github.com/Jhotika/notification-framework.git