An open API service indexing awesome lists of open source software.

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

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