Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aygunbyr/mern-stack-auth


https://github.com/aygunbyr/mern-stack-auth

expressjs jwt mongodb nodejs react

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# MERN Stack Auth Tutorial

This MERN Stack project is developed for educational purposes.

I have learnt MERN Stack Authentication and JWT by following this tutorial.

Backend includes a Postman file for API documentation. You can test backend using Postman.

## Backend Installation & Run

```
cd backend
npm install
npm run dev
```

## Frontend Installation & Run

```
cd frontend
npm install
npm start
```