Challenges

Repo for All the Assignments I have to submit for Internship Application !๐Ÿ˜…

View on GitHub

Minimal E-Commerce Solution APIs Assignment

Assignment statement - You need to build a very minimal eCommerce solution APIs, where a user can do the following things:

You need to build this using the below steps.
  1. Build Backend APIs first for above all points. (10 points)
  2. Push everything in a single git repository, you should keep pushing as you progress rather than pushing all at once. Commits should be with some meaningful commit message, weโ€™ll check your GitHub commits. (5 points)
  3. Write proper documentation for setting up the project, so that one can easily set up the project by following the steps there. (5 points)
  4. Include a demo video of your assignment, you can share youtube/Vimeo/google drive link (5 points)
Technologies to use:
  1. For Building Backend APIs, you can use any technologies you want. However, Django REST Framework is preferred.
  2. Database you can use any SQL, default SQLite will also work.
  3. For writing documentation i.e. README file, you can use markdown i.e. MD or Restructured Text i.e. RST
  4. You can use a screen recorder for the demo video

Note - The assignment is distributed above in multiple points, even if youโ€™ll complete anyone points out of the first two, You are welcome to submit your assignment, we donโ€™t want to waste your effort without reviewing the code

Explanation / solution :

Download the Assignment Folder
Setting Up the server

image

Using the APIs

This is How the Whole Minimum ECommerce Solution APIs are Working.