Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andrenormanlang/candy-shop-rest-api
- Owner: andrenormanlang
- Created: 2023-01-28T19:34:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T12:31:07.000Z (3 months ago)
- Last Synced: 2024-10-30T13:29:44.731Z (3 months ago)
- Topics: crud, rest-api
- Language: JavaScript
- Homepage: https://candy-shop-rest-api.onrender.com/
- Size: 4.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
.