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
- Host: GitHub
- URL: https://github.com/justfairdev/take-home-challenge-centivo
- Owner: justfairdev
- Created: 2025-03-23T10:42:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T10:53:25.000Z (about 1 year ago)
- Last Synced: 2025-03-31T19:25:19.654Z (about 1 year ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
