Computer Science, asked by tulasireddy512, 8 months ago


Create REST API to save electronic products into an RDBMS database. The electronic product
can be of type - Mobile a Laptop. Each product will have the following attributes:
Name: Text Field
Description: Text Field
Type: Enumfield with values. Mobile and Lapt op
If the type selected is 'Mobile' then following additional attributes has to be
captured: processor, RAM screen size, color
If the type select ed is ‘Laptop' then following additional attributes has to be
captured: processor, RAM HD capacity.
All attributes are mandatory
APIsto create, read, update and delete are to be provided
Write appropriate unit test cases for APIs.


Guidelines for Development:
1. Use Django(Python) for backend development.
2 Use MySQL/PostgreSQL for database.
3. Use REST architectural style for API development.
4. Spend some time to properly architect your solution. The goal is to see how well you can think
about software design (OOP concepts, abstractions, design patterns etc)
5. Make sure your code is structured well and follow clean coding practices.​

Answers

Answered by aviluriharshini
0
What is this !
Don’t keep this much sentences
Similar questions