Skip to content

This express mongodb boilerplate uses passport(for authentication), mongoose(for database connection) and bootstrap for creating node.js web application. It makes easy to start making projects in express and mongodb.

pawansa3/express-mongodb-passport-boiler-plate

Repository files navigation

Express mongodb passport boilerplate

To Start

  1. Download & extract the project.
  2. Rename variables.env.sample to variables.env.
  3. Make changes for database name, Secret & Key values as you like.
  4. Open the cmd/terminal and locate the project folder path.
  5. Run following command in your cmd/terminal.

Steps

npm i or npm install

This will download all the dependencies into your project folder.

npm start

Runs the app in the development mode with nodemon to monitor the file changes.
Open http://localhost:3000 to view it in the browser.

Now you can start making changes and building your own project.

About

This express mongodb boilerplate uses passport(for authentication), mongoose(for database connection) and bootstrap for creating node.js web application. It makes easy to start making projects in express and mongodb.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published