Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 2.05 KB

README.md

File metadata and controls

34 lines (22 loc) · 2.05 KB

MERN-CRUD

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 REPOSITORY

Clone the respotitory localy using git clone https://github.com/Djarrieta/MERN-CRUD.git

RUN THE SERVER LOCALY

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

RUN THE FRONTEND

go to client/mern-crud directory and install all the dependencies, then start the react application.

npm i npm run start