Skip to content

hlushko/nodejs-github-emails

Repository files navigation

API for sending emails to GitHub users

Test project with SignIn, SignUp and sending emails logic.

Project can be found by this link

To setUp project locally you can use nodejs-github-emails-docker repository.

To run this project you need to configure ENV variables described below:

  • MONGODB_URI - connection URL to MongoDB instance;
  • CLOUDINARY_URL - connection URL to Cloudinary CDN system;
  • PORT - port which server will listen;
  • MAIL_TRANSPORT - SMTPS link server for emails sending;
  • GITHUB_USERNAME - username at GitHub website;
  • GITHUB_TOKEN - access token associated with username;
  • SENTRY_DSN - (optional) connection URL to Sentry.io error tracking tool.

About

Test project at Node.js to send emails to GitHub users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published