JumboCode / TUTV

JumboCode project for TUTV, currently led by Frank Ma. Led by Deepanshu Utkarsh 2019 - 2020.
4 stars 0 forks source link

Start backend development by creating basic Django models and endpoints #28

Closed duci9y closed 4 years ago

duci9y commented 5 years ago

After learning how to use Django, create preliminary models, DRF serializers and DRF views according to the current version of the schema proposal. Make sure the endpoints work as expected.

Also, you'll probably have to create migrations for whatever models you create. Don't make multiple migrations; we are going to deploy our final version with one migration only.

If some of this doesn't make sense, it will soon! Good luck and feel free to use our channel for help and discussion so that everyone can observe.