https://github.com/mikeludemann/mevn-stack-authentication
A MEVN Stack Authentication Setup with Login, Registration and more
https://github.com/mikeludemann/mevn-stack-authentication
authentication database expressjs mevn-stack mongodb nodejs passport security vue
Last synced: 3 months ago
JSON representation
A MEVN Stack Authentication Setup with Login, Registration and more
- Host: GitHub
- URL: https://github.com/mikeludemann/mevn-stack-authentication
- Owner: mikeludemann
- License: mit
- Created: 2020-06-11T12:19:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T16:56:05.000Z (over 3 years ago)
- Last Synced: 2025-03-28T02:48:36.035Z (over 1 year ago)
- Topics: authentication, database, expressjs, mevn-stack, mongodb, nodejs, passport, security, vue
- Language: JavaScript
- Size: 657 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mevn-stack-authentication
A MEVN Stack Authentication Setup with Login, Registration and more
## Prerequisite
### Backend
```
* cd backend
* npm install
```
### Frontend
```
* cd frontend
* npm install
```
### Main
```
* npm install
* npm start
```