Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 221 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 221 Bytes

MERN CRUD MONGO

Simple MERN CRUD example

Requirements

npm install

Usage

  • Backend
npm start
  • Frontend
cd client && npm start