Skip to content

HyunJay52/user-boiler-plate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sign-in Boiler Project

Use MERN Stack to create Boiler Plate of Register/Login/Logout/Auth API


📝 Boiler Plate? It is template code with required basic configuration that is frequently reusable in multiple locations with minimal changes

🗂 3-tier architure

Front-end : React.js
Application tier(Back-end) : Node.js, Express.js
Database : MongoDB

MERN stands for MongoDB, Express,js, React.js, Node.js

The examples of Application 🖥

Screen Shot 2022-05-06 at 4 53 55 PM

Screen Shot 2022-05-06 at 4 54 50 PM



To use this applications,

  1. make dev.js file inside server/config folder
  2. put mongoDB info into dev.js file (e.g) module.exports = { mongodb : key }
  3. "npm install" inside the server directory to download Server Dependencies
  4. "npm install" inside the client directory to download Front-end Dependencies

_Ref. 따라하며 배우는 노드, 리액트 시리즈/John Ann

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published