brandondelpozo / ch-sag

REST API with Django and DRF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ch-sag

Initialize project

  1. Download Docker
  2. Build image: sudo docker-compose build
  3. Run container: sudo docker-compose up -d

Previsualization*

*Before trying nginx

  1. Field Worker List field_worker_list

  2. Field Worker List 2 field_worker_list2

  3. Field Worker List 3 field_worker_list3

  4. Field Worker Instance field_worker_instance

  5. Pytest docker-compose run --rm web pytest00

Todo list

  1. Postgress database... done
  2. Web for django... done
  3. Django rest framework... done
  4. id(UUID)... done
  5. first_name... done
  6. function(options: harvest, prunning, scouting, other)... done
  7. created_at... done
  8. Create, Read, Update, Delete operations... done
  9. Viewsets... done
  10. Mixins... done
  11. Paginations (10 items)... done
  12. Partial update /v1/field_workers//... done
  13. Delete /v1/field_workers//... done
  14. Pytest... done
  15. nginx... done

About

REST API with Django and DRF.


Languages

Language:Python 95.6%Language:Dockerfile 4.4%