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
Install the dependencies and devDependencies and start the server.
$ cd product-list
$ cd react || express-mongo-api
$ npm install
Front-end:
$ cd react
$ yarn start
Back-end:
$ cd express-mongo-api
$ yarn dev
You will need to set your mongoDB(mongoose) host at:
|express-mongo-api
|--- server.js