Skip to content

Foundation for a MEAN user-based web app. Features passport, bcrypt, mongoose, and sendgrid (for forgotten password reset).

Notifications You must be signed in to change notification settings

andwaredev-zz/mean-password-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mean-password-app

Foundation for a MEAN user-based web app. Features passport, bcrypt, mongoose, and sendgrid (for forgotten password reset, although it would be quite simple to replace send grid with another mail service).

Getting Started

First install MongoDB. Open a terminal tab and issue the command
mongod
to start running a mongo instance locally.

Next, clone the git repo to your disk, cd into it, and issue
npm install && npm run start

This should get you up and running at http://localhost:8080
Now build up.

About

Foundation for a MEAN user-based web app. Features passport, bcrypt, mongoose, and sendgrid (for forgotten password reset).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published