Skip to content

Nosherwan/email-webapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION:

This repo is a simple example of how a email web api can be implemented using technologies such as node.js, express.js.

NOTES:

  1. Please install node version 9.5.0 as that is the version this solution has been tested with.

  2. do npm install to install the packages, the versions are specified in the package.json.

    If require these details can be changed inthe solution from the configuration file: lib/Config/env/development.js, this would include: mailgun apikey and domain, plus sendgrid apikey and url. (please use your own as I could not publish the keys on public domain such as github)

  • The application can be run via node index.js

About

Simple Express.js webapi to be used with the react.js email-app that is a front-end for this application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published