/MERN-CRUD-App

Primary LanguageJavaScriptMIT LicenseMIT

Basic-MERN-CRUD-APP

This is a simple crud project built with the following technologies:

Requirements

Usage

  • Backend
npm install
node server.js
  • Frontend
cd client
npm install
npm start