Skip to content
/ login_app Public

This is a user login app using Node.js, Express, Passport, Mongoose and some other packages.

Notifications You must be signed in to change notification settings

tdxa/login_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. About the project
  2. App preview
  3. Built with
  4. Usage

Node.js login app

This is a complete authentication app built with Node.js, Express, Passport, Mongoose and some other packages. It's connected to the MongoDB database.

In the application, user can log in to his account and enter a personal dashborad. If the user doesn't have an account, he can register a new one. If an unauthenticated person wants to access a personal dashboard, the application will open the login page with error massage displayed - You must be logged in to view this page.

App preview

gif

Built with

Usage

To install packages

$ npm install

To run app

$ npm start

Or you can run with Nodemon

$ npm run dev

MongoDB

Open config/keys.js and replace all uppercase items with the your config from MongoDB.

About

This is a user login app using Node.js, Express, Passport, Mongoose and some other packages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published