1475963 / test-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-node

Simple API built with node.js and express framework
Behind this there is a MongoDB database hosted on https://mlab.com/

Up and running

Usage

  • Send http requests to this endpoint: http://localhost/user
  • A postman collection is available under the folder /test, you can import it and play with it
  • Available actions:
  • Create a new user
  • Show a single user, filtering by name or id (mongodb id)
  • Show all users
  • Update a user's data (name or age)
  • Remove a user

About


Languages

Language:JavaScript 100.0%