Skip to content

saiful-70/react-node-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Node(MERN) CRUD App

A basic CRUD app created by react and node.

How to use/install(Step by step):

  • First start mongodb server in your local machine
  • Start Frontend Server
    git clone https://github.com/saiful-70/react-node-crud.git
    cd react-node-crud
    npm install
    npm start
  • Start Backend Server
    cd backend
    npm install
    npm start
  • Open http://localhost:3000 to view it in the browser.

Visualization:

  • Create a data

    Create lists
  • See Lists

    See Lists
  • Update a data

    See Lists
  • After delete a data

    See Lists

About

Basic crud app with react and node

Topics

Resources

Stars

Watchers

Forks