8000 GitHub - fbn776/basic_auth: A basic authentication(jwt) in MERN stack
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fbn776/basic_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic Auth in using MERN stack

This is a sample project to implement basic auth using jwt in MERN stack.

Tech stack

Frontend

  • React
  • Vite
  • TypeScript
  • Tailwindcss

Backend

  • NodeJS
  • Express
  • MongoDB

Usage

Frontend

# cd into the frontend code
cd client
# Install all the deps
npm install
# Start the dev server
npm run dev

Backend

For running the backend code see

About

A basic authentication(jwt) in MERN stack

Topics

Resources

Stars

Watchers

Forks

0