https://github.com/diraneyya/contactcard-backend
The backend for an educational, contact-card application
https://github.com/diraneyya/contactcard-backend
Last synced: 4 months ago
JSON representation
The backend for an educational, contact-card application
- Host: GitHub
- URL: https://github.com/diraneyya/contactcard-backend
- Owner: diraneyya
- Created: 2023-03-09T09:28:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T12:36:28.000Z (over 3 years ago)
- Last Synced: 2025-11-16T17:32:14.366Z (7 months ago)
- Language: JavaScript
- Homepage: https://contactcard-backend-1nj1.onrender.com/api
- Size: 416 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend for Contact-Card Application
This is an _ExpressJS_ application that serves a single GET endpoint (`/api`).
The application is deployed on render, with the endpoint being accessible at the following URL:
https://contactcard-backend-1nj1.onrender.com/api
The endpoint responds with a constant JSON object containing the following fields:
- `first`: the first name of the person
- `last`: the last name of the person
- `twitter`: the twitter handle of the person
- `avatar`: a URL of an image (i.e. an avatar) of the person
- `notes`: a short description
The JSON is fetched from the frontend's React application and used to display a simple contact card:
