Git Product home page Git Product logo

03-commerce's Introduction

GIZ Task 3 - COMMERCE

Task resolution process:

  • Fork the repo
  • Clone the forked repo to your local machine
  • Resolve the task
  • Commit your solution
  • Push to GitHub
  • create a pull request

Task 3:

This is an intermediary task, you will have to complete the task to move to the next one.

create the following API endpoints

  • return all products, you have to query the database somehow like for example: Product.objects.all(), then return the result QuerySet as a dictionary so Django-Ninja can serialize it to JSON.
GET /api/products
Content-Type: application/json
  • return all addresses, so you have to query the database to return all addresses: Address.objects.all(), then like in products endpoint, return a dictionary.
GET /api/addresses
Content-Type: application/json

Bonus task:

Instead of returning the related models as an ID, which is the default behaviour, you should return the related model data!

Hint: If you apply what you learned until now, you can solve the tasks, including the bonus task! Think well!

Note:

  • You can refer to Django docs, Django-Ninja docs, online research, or any cheating/copy-paste method you prefer ;)
  • You can use what ever tools comfortable, packages, third party libraries, etc...

03-commerce's People

Contributors

rabab-ali99 avatar laith43d avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.