Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

casamagalhaes/dev-academy-checkout-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev academy checkout backend challenge

Problem:

During cloud computing training Bruna noticed that the product listing was mocked. Yeah! We left it like that on purpose ;)

Your challenge is to help her on developing the products backend.

To do

We have the following new endpoints in our API:

GET products/{id}
GET products/
POST products/

Products must follow this model:

{"name": "Some interesting product", "description": "Some description", "price": 1.99, "brand": "A awesome brand"}

Develop the following structure of the project in checkout/src/sales.

How to submit

Just open a Pull Request with solutions in this repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published