Skip to content

KashanSiddiqui/nodeJSBoilerPlate

Repository files navigation

NodeBoilerPlate

Installation

npm install
Open http://localhost:4001 to view it in the browser.

Run

node index

Description

Node js boiler plate with login and signup routes. Mongoose database is used for this boiler plate.

  • Functions (Present in utils folder)
    • JWT Authentication
    • Send Email Function using nodemailer
    • Stripe Payment Method

Few keys that needed to be updated. Create config.json and .env file and update things that are mentioned below

  • Updates Required
    • Update JWT secret key in .env file for encryption and generation of token
    • Update mongoose private key in config.json file
    • Update Stripe secret key in .env file
    • Update JWT secret key in .env file
    • Update email and password for sender email

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published