It is a simple web application made using React as frontend framework, Express as backend framework with Node and Mongo for storage all the data needed.
This app can add a list of items and quantity. You can do simple operatios like create, read, update and delete. It uses Sweet Alert library to error and alert messages and mongoose to manage mongodb.
You can also make your own user and only admins can upgrate you. The roles console is in the profile section on profile menu. Only admins can see it.
Clone the respotitory localy using git clone https://github.com/Djarrieta/MERN-CRUD.git
go to the server directory using the terminal and install all the dependencies then run the index.js file using node as it is shown below:
npm i node index.js
The server will be mounted on https//localhost3001
go to client/mern-crud directory and install all the dependencies, then start the react application.
npm i npm run start