API built with Express and Node.js
Clone the repository into your computer
git clone https://github.com/joseguzmann/users-api
In project's root folder run the following command to install dependencies
npm install
Start web API
npm start
The project has the following endpoints
GET /
Default presentation endpoint
GET /user/:id
Returns data about user whose id matches
GET /users?position=POSITION
Returns data about users whose position matches