mora50 / nodejs-with-mongoose

CRUD with mongoose and nodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD mongoose

A simple CRUD with mongoose and nodeJS

How to install

  1. You will need mongoDB
https://www.mongodb.com/
  1. Install with npm
npm install

How to run

  1. Run the project
npm run dev
  1. API url:
 localhost:3001/api/products
  1. To test the CRUD, just pass the json proprietes as this:
{
    title: ""
    description: ""
    url: ""

}

License

License

About

CRUD with mongoose and nodeJS


Languages

Language:JavaScript 100.0%