Skip to content

Express web API that provides information about users through GET method

Notifications You must be signed in to change notification settings

joseguzmann/users-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Users API

API built with Express and Node.js

Installation

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

Project's structure

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

About

Express web API that provides information about users through GET method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published