Skip to content

A MEVN Stack Authentication Setup with Login, Registration and more

License

Notifications You must be signed in to change notification settings

mikeludemann/mevn-stack-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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