Skip to content

AnselmoMartins/productListCRUD-react-express-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Product-list CRUD

Product-list-Crud is a CRUD was developed for the purpose of study, made with Node JS, Express and MongoDB (mongoose) on Back-End and React on the Front-End, that includes:

  • Create new Product
  • Delete a Product
  • Edit a product
  • Show all products
  • show a specific product

Installation

Install the dependencies and devDependencies and start the server.

$ cd product-list
$ cd react || express-mongo-api
$ npm install

Start Dev server

Front-end:

$ cd react
$ yarn start

Back-end:

$ cd express-mongo-api
$ yarn dev

Configuration

You will need to set your mongoDB(mongoose) host at:

    |express-mongo-api
        |--- server.js

Product-list CRUD view

Image description

About

ProductListCrud is a CRUD was developed for the purpose of study, made with Node JS, Express and MongoDB (mongoose) on Back-End and React on the Front-End

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published