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

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

Awesome Lists containing this project

README

        

# Scheduler
#REST API for scheduling a list of attendees

This 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