https://github.com/sainiabhishek/mean-application
It is a learning project under the series of the Traversy Media but with the updated modules and the packages. It consists the functionalities like Passport.js, JWT Authentication and more. It's a kind of login application with both backend and frontend part together. I will also implement other functionalities in this. All those things will be mentioned below in the same order they are implemented.
https://github.com/sainiabhishek/mean-application
angular authentication backend expressjs frontend jwt-authentication mongodb mongoose passport passport-jwt
Last synced: 3 months ago
JSON representation
It is a learning project under the series of the Traversy Media but with the updated modules and the packages. It consists the functionalities like Passport.js, JWT Authentication and more. It's a kind of login application with both backend and frontend part together. I will also implement other functionalities in this. All those things will be mentioned below in the same order they are implemented.
- Host: GitHub
- URL: https://github.com/sainiabhishek/mean-application
- Owner: SAINIAbhishek
- Created: 2021-03-07T22:04:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T21:21:59.000Z (over 4 years ago)
- Last Synced: 2025-03-05T20:36:11.505Z (over 1 year ago)
- Topics: angular, authentication, backend, expressjs, frontend, jwt-authentication, mongodb, mongoose, passport, passport-jwt
- Language: TypeScript
- Homepage:
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEAN Application
It is a learning project under the series of the Traversy Media
but with the updated modules and the packages. It consists the
functionalities like Passport.js, JWT Authentication, Cors and more.
A login application with both backend and frontend part together.
I will also implement other functionalities in this. All those things
will be mentioned below in the same order they are implemented.
- Express setup, routes, and database connection.
- Create user model, routes, controller.
- API's authentication and token.
- Frontend part in Angular.
- Register user (Reactive form approach).
- Login user.
- Store token in local storage.
- Logout & redirected to home and login page.