palhamel / mongo-post-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POST Requests & Mongo

Test GET endpoint: localhost:8080/tasks

test POST endpoint: localhost:8080/tasks

  • Post Body JSON:

{ "text": "This is task nr 3", "complete": true }

Getting started

  • Install dependencies with npm install, then start the server by running npm run dev
  • Install mongoose
  • Start MongoDB

About


Languages

Language:JavaScript 100.0%