Skip to content

Basic Mongo - Express - React - Node web application for simple operations.

Notifications You must be signed in to change notification settings

Djarrieta/MERN-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Basic Mongo - Express - React - Node web application for simple operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages