Skip to content

1nevil/crud-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD(mern)

website is made from mern stack , matirial ui This website is simply perform the crud opration using mern stack.

Dependencies

In Frontend

  • material ui
  • react-toastify
  • react-toolkit
  • Async thunk
  • Axios

In Backend

  • concurrently(for running backend and frotend simuntensly)
  • cors
  • mongoose (connect to the database)
  • morgan (for the getting status code of the request)

Objective

Main objective to make this website for mern stack prectice. most of the folk are not practicing what they learn and direcly jump into the tutorial website of mern stack.