for this repo.
- python 2.7 will be deprecated in a year, so we'll use v3.
- virtualenv is an environment which can have certain versions of pip packages.
-
the model itself has
title,description,addressandemployees. -
Use
drfto create crud for that model. -
Use Postgres for database.
-
Use
Postmanfor testing the APIs and when they work flawlessly generate documentations with postman docs.
- the model itself has
business(foreign-key),employee(foreign-key) andis_ownerfor now. - Use
drfto create crud for that model. - creating a business should handle an array called employees which creates BusinessEmployee instances and Employee instances.