Skip to content

agavitalis/lobwebhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lob APIs and Webhooks

This is an express application that demonstrates the use of Lobs APIs and Webhooks in letter creation and tracking.

Application Setup

Clone the Repo

git clone https://github.com/agavitalis/lobwebhook.git

Install dependencies

npm install

Configure Lob Credentials

  • Update Lob API Keys with your Lob API Keys. These credentials should be added in the .env file at the root directory of this application.

  • Update Database Credentials in the index.js file with your correct database Credentials if necessary

Run server

In development

npm run dev

In production

npm run start

Contributing

Adding features and making changes to the project.

Create your branch to work off

git checkout -b <type/your-branch-name>

Create pull request to master

git fetch --prune
git pull
git push --set-upstream origin <type/your-branch-name>

Tech Stack

  1. Express: NodeJS Web framework
  2. Lob Node SDK: Lob NodeJs SDK.
  3. Mongo: A non relational database
  4. Mongoose: Mongoose is a MongoDB object modeling tool
  5. Handlebars: NodeJS view templating engine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published