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

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.

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.