Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.09 KB

File metadata and controls

27 lines (19 loc) · 1.09 KB

advanced backend auth user using Mern stack

Introduction

built and create advanced auth user (login, sign-up, forget password, jwt middleware, validation errors and more...).\

Backend

tools Description
express node framework
monogodb Database to store document-based data
cors allows a server to indicate any origins
mongoose MongoDB object modeling for Node.js
dotnet To load environment variables from a .env file
nodemon for watch files when develop the backend
jsonwebtoken creating data with optional encryption

Useage

backend

  • npm start
    • Run the app.
  • npm run server
    • Run the app in the development mode.