This is a user login, registration, and account management app using Node.js, Express, Passport, Mongoose, EJS and some other packages.
$ npm install$ npm start
# Or run with Nodemon
$ npm run dev
# Visit http://localhost:5000Open "config/keys.js" and add your MongoDB URI, local or Atlas
Jordan Fang - add CRUD functionality with name change, password change, account deletion, and redesigned UI
Brad Traversy - credit for Node.js tutorial on registration and authentication
1.0.0
This project is licensed under the MIT License