https://github.com/sidd4848/login-page
a login page
https://github.com/sidd4848/login-page
angular-2 angular2 loginpage mean mean-stack mongodb node-js nodejs typescript web-application
Last synced: 10 days ago
JSON representation
a login page
- Host: GitHub
- URL: https://github.com/sidd4848/login-page
- Owner: sidd4848
- License: mit
- Created: 2017-06-08T11:25:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T12:40:00.000Z (over 8 years ago)
- Last Synced: 2025-03-30T07:17:00.917Z (10 months ago)
- Topics: angular-2, angular2, loginpage, mean, mean-stack, mongodb, node-js, nodejs, typescript, web-application
- Language: HTML
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# login-page-angular2-nodejs-mongodb
This is code for both server side and client side. The login fetches data from server and deliver it to angular service for authentication.
The guard is also implemented for proper security and refreshing and closing of browser never logs you out
# installation procedure
- install node module through npm install in both the client and the server
- insure that your mongodb is running and you have same database. If not make sure
# running
- open server folder and start server a message will be diplayed ensuring running
- open client folder and repeat the above