Skip to content

wink94/email-notification-service

 
 

Repository files navigation

PWP SPRING 2023

Email Notification Service

How to start the application

Installation

  • Install NodeJS 16.xx
  • Install Mysql 8
  • Install AWS CLI (optional)

Start API

  • cd email-notification-service/
  • npm install
  • npm start

Run Tests

  • npm test

Run Lint Fixing

  • npm run eslint-fix

Start Web App

  • cd email-notification-client/
  • npm install
  • npm start

Add template to aws

aws create-template --template

authenticate user manual template to aws

aws cognito-idp admin-set-user-password --user-pool-id YOUR_USER_POOL_ID --username [email protected] --password "test-123" --permanent

Setup DB

  • Install Mysql 8
  • execute schema.sql

Group information

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • CSS 2.6%
  • HTML 1.0%