Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fornigam/nodejs-express-user-management
NodeJS - Login, Profile Management, Registration
https://github.com/fornigam/nodejs-express-user-management
express express-middleware expressjs mongodb mongodb-database mongoose mongoose-plugin nodejs nodejs-api nodejs-modules nodejs-server pug pug-template-engine pug-templates
Last synced: about 1 month ago
JSON representation
NodeJS - Login, Profile Management, Registration
- Host: GitHub
- URL: https://github.com/fornigam/nodejs-express-user-management
- Owner: fornigam
- Created: 2018-12-24T14:03:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T15:27:34.000Z (about 4 years ago)
- Last Synced: 2024-10-11T12:05:42.967Z (about 1 month ago)
- Topics: express, express-middleware, expressjs, mongodb, mongodb-database, mongoose, mongoose-plugin, nodejs, nodejs-api, nodejs-modules, nodejs-server, pug, pug-template-engine, pug-templates
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---------------------
@ node-login-system
@ Author : Nigam Mehta -
@ Technology : NodeJS(Express), MongoDB with mongoose, Pug/JADE template Engine
@ Desciption : This is system is developed for login,registration profile managementLogin Page
---------------
![image](https://user-images.githubusercontent.com/9930400/50481390-3b73bb80-0a07-11e9-9ac1-2e17027fd4f3.png)Registration Page
---------------
![image](https://user-images.githubusercontent.com/9930400/50481367-18490c00-0a07-11e9-8733-176d19de35cc.png)Profile Page
---------------
![image](https://user-images.githubusercontent.com/9930400/50481428-6d851d80-0a07-11e9-87d6-dcc27466ba46.png)Directory
--------------------
Model : This folder having function which related database and other core function
--------------------
Routes : Folder name itself ident that contain routing of site
--------------------
Template : This folder having pug/jade template
--------------------