Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aygunbyr/mern-stack-auth
- Owner: aygunbyr
- Created: 2023-07-16T20:16:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-19T00:02:41.000Z (over 1 year ago)
- Last Synced: 2023-07-21T15:58:28.491Z (over 1 year ago)
- Topics: expressjs, jwt, mongodb, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```