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

https://github.com/atlinx/learningmeanauth

Learning MEAN Stack with authentication using JWT.
https://github.com/atlinx/learningmeanauth

Last synced: 9 months ago
JSON representation

Learning MEAN Stack with authentication using JWT.

Awesome Lists containing this project

README

          

# LearningMEANAuth

Learning MEAN Stack with authentication using JWT.

I followed these two tutorials to build the app:

- [Angular 13 Login and Registration example with JWT and Web Api](https://www.bezkoder.com/angular-13-jwt-auth/)
- [Node.js + MongoDB: User Authentication & Authorization with JWT](https://www.bezkoder.com/node-js-mongodb-auth-jwt/)

I opted to use typescript for the backend as well, and uses custom linting rules specified in `backend/.eslintrc`.

## Running Everything

To run both the backend and the frontend, run

```bash
> docker-compose up --build
```