An open API service indexing awesome lists of open source software.

https://github.com/justfairdev/take-home-challenge-centivo

Simple Node.js Express API that connects to MongoDB and retrieves user data
https://github.com/justfairdev/take-home-challenge-centivo

Last synced: 12 months ago
JSON representation

Simple Node.js Express API that connects to MongoDB and retrieves user data

Awesome Lists containing this project

README

          

# Node.js API Challenge

## Overview
This project is a simple Node.js Express API that connects to MongoDB and retrieves user data based on an ID. It only returns users older than 21.

## How to Run
1. Clone the repository:
```sh
git clone https://github.com/silkgod/Take-Home-Challenge-Centivo
2. Install dependencies:
```
npm install
```
3. Start the server:
```
npm start
```
## Result Example

![alt text](image.png)