- Install NodeJS 16.xx
- Install Mysql 8
- Install AWS CLI (optional)
- cd email-notification-service/
- npm install
- npm start
- npm test
- npm run eslint-fix
- cd email-notification-client/
- npm install
- npm start
aws create-template --template
aws cognito-idp admin-set-user-password --user-pool-id YOUR_USER_POOL_ID --username [email protected] --password "test-123" --permanent
- Install Mysql 8
- execute
schema.sql
- Student 1. Windula Kularatne - [email protected]
- Student 2. Achira Hendalage - [email protected]
- Student 3. Sameera Gamage - [email protected]
- Student 4. Kavindu Magalage - [email protected]
Remember to include all required documentation and HOWTOs, including how to create and populate the database, how to run and test the API, the url to the entrypoint and instructions on how to setup and run the client