caiocaprio / nodejs

Brincando com Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Content API application in nodejs

Getting Started

yarn i

Running the tests

yarn run dev
http://localhost:3001

Routes

[GET]/products?page=1
[GET]/products/id
[PUT]/products/id
[POST]/products
[DELETE]/products/id

Third-party

  • Mongoose
  • Mongoose-paginate
  • Express
  • cors
  • nodemon
  • require-dir

About

Brincando com Node


Languages

Language:JavaScript 100.0%