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

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

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
```