Skip to content

wwktm/ticket-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment variables

JWT_SECRET=<secret>
MAIL_USER=<user-email@xyz.com>
MAIL_PASSWORD=<password>
MONGO_STRING=<mongo-connection-string>

Steps to run

  1. Install dependencies
    $ npm install
    
  2. Run the server
    $ node server.js
    

Usage

Generate email

POST /api/create

body json
{
	"full-name" : "name",
	"email-address" : "email",
}

TODO

  • sending email
  • cleaning design and text "path : server/template/mail2.hbs

About

generating ticket for wwktm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •