https://github.com/didinj/mean-angular5-passport-authentication
Securing MEAN Stack (Angular 5) Web Application using Passport Authentication
https://github.com/didinj/mean-angular5-passport-authentication
angular angular5 angularjs application authentication example express expressjs login mean mongo mongodb node nodejs secure securing security stack web webapp
Last synced: 17 days ago
JSON representation
Securing MEAN Stack (Angular 5) Web Application using Passport Authentication
- Host: GitHub
- URL: https://github.com/didinj/mean-angular5-passport-authentication
- Owner: didinj
- License: mit
- Created: 2018-02-17T00:43:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T01:59:16.000Z (about 7 years ago)
- Last Synced: 2025-04-18T15:16:23.645Z (27 days ago)
- Topics: angular, angular5, angularjs, application, authentication, example, express, expressjs, login, mean, mongo, mongodb, node, nodejs, secure, securing, security, stack, web, webapp
- Language: TypeScript
- Size: 110 KB
- Stars: 22
- Watchers: 3
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Securing MEAN Stack (Angular 5) Web Application using Passport
This source code is part of [Securing MEAN Stack (Angular 5) Web Application using Passport](https://www.djamware.com/post/5a878b3c80aca7059c142979/securing-mean-stack-angular-5-web-application-using-passport) tutorial.
To run locally:
* Run MongoDB server
* Clone this repo
* Run `npm install`
* Run `npm install --save-dev @angular-devkit/core`
* Run `npm start`