Python flask notification API application for The Modern Engagement Tool project.
Currently Notification API wraps over GC Notify(https://notification.canada.ca/) and CHES (https://getok.nrs.gov.bc.ca/)
- Install the following:
- Install Dependencies
- Run
make setupin the root of the project (met-api)
- Run
The development scripts for this application allow customization via an environment file in the root directory called .env. See an example of the environment variables that can be overridden in sample.env.
The following commands support various development scenarios and needs.
make runRuns the python application and runs database migrations.
Open http://localhost:5000/api to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
make testRuns the application unit tests
make lintLints the application code.