A simple CRUD with mongoose and nodeJS
- You will need mongoDB
https://www.mongodb.com/
- Install with npm
npm install
- Run the project
npm run dev
- API url:
localhost:3001/api/products
- To test the CRUD, just pass the json proprietes as this:
{
title: ""
description: ""
url: ""
}