Skip to content

simon8029/mern-base-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN-BASE -- Backend

The purpose of this repo is to build a backend fundation for an end-to-end MERN stack project.

The modularization has been implemented within this repo by split the business logic into 3 main parts:

  • Model,
  • Controller,
  • Routes.

The authentication/authorization have been implemented by using auth middleware which using JWT token to identify user

Library Dependencies:


  • express
  • mongoose
  • jsonwebtoken
  • bcryptjs
  • cors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published