https://github.com/duzzisantos/scheduler
REST API for scheduling application backend
https://github.com/duzzisantos/scheduler
Last synced: about 2 months ago
JSON representation
REST API for scheduling application backend
- Host: GitHub
- URL: https://github.com/duzzisantos/scheduler
- Owner: duzzisantos
- Created: 2022-06-22T15:11:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T13:15:14.000Z (over 2 years ago)
- Last Synced: 2025-01-16T00:57:30.796Z (3 months ago)
- Language: JavaScript
- Size: 4.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheduler
#REST API for scheduling a list of attendeesThis app gathers information for a list of event attendees. The host must register all invitees
through a simple form which when submitted, triggers two API requests -1. An SMTP request - required to facilitate mail exchange services between a sender and a receiver.
2. An HTTP POST request - required to send data through a connected server to a database.
3. HTTP GET and DELETE requests - required to display and delete invitees on and from a list respectively.#Stack
MERN Stack