Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (31 loc) · 546 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 546 Bytes

MERN CRUD Example

Stack

  • React.js
  • Redux
    • Redux-thunk
  • Node.js
    • Express
  • MongoDB
    • Mongoose

Feature

  • Create Post
  • See Detail Post
  • Remove Post
  • Edit Post
  • Pagination
  • Login & Register with JWT
  • Backend: Node.js(Express) + MongoDB
  • Design with Reactstrap(bootstrap v4)

TODO

  • Login & Register with JWT
    • Social Login (Google)
  • Remove Post feature on Post List page
  • Category
  • Search Posts
  • Pagination

How to do it ?

yarn (and backend folder)

yarn server

yarn start