This is a simple demonstration of how HTTP requests might be implemented via the Fetch API to allow a frontend (in this case built with Vue) to interact with a database.
The backend is a simple JSON database, but the same concepts apply to any backend.
Note: follow the instructions on GitHub to view this project.