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
,address
andemployees
. -
Use
drf
to create crud for that model. -
Use Postgres for database.
-
Use
Postman
for testing the APIs and when they work flawlessly generate documentations with postman docs.
- the model itself has
business
(foreign-key),employee
(foreign-key) andis_owner
for now. - Use
drf
to create crud for that model. - creating a business should handle an array called employees which creates BusinessEmployee instances and Employee instances.