Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrenormanlang/candy-shop-rest-api

This is my REST API for a Candy Shop.
https://github.com/andrenormanlang/candy-shop-rest-api

crud rest-api

Last synced: about 2 months ago
JSON representation

This is my REST API for a Candy Shop.

Awesome Lists containing this project

README

        

# Candyshop API :inbox_tray: :candy: :outbox_tray:

This is my first REST API for the Medieinstitutet API development course assignment 1. This API should be used as a drop-in replacement for a Candy Webshop that was developed in the Javascript 1 module of the course.

It includes a create many operation for posting products in bulk and will eventually include user authentication.

## Links

https://candy-shop-rest-api.onrender.com/products

https://candy-shop-rest-api.onrender.com/products/1

https://candy-shop-rest-api.onrender.com/products/bulk

https://candy-shop-rest-api.onrender.com/orders

https://candy-shop-rest-api.onrender.com/orders/1

.