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.
- Host: GitHub
- URL: https://github.com/atlinx/learningmeanauth
- Owner: Atlinx
- Created: 2022-01-09T05:45:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T06:02:56.000Z (over 4 years ago)
- Last Synced: 2025-03-26T22:46:04.527Z (about 1 year ago)
- Language: TypeScript
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```