JanKaczmarski / heaven-in-mouth

Food-delivery app WIP
MIT License
1 stars 0 forks source link

(LOW) Implement Reviews and Rating system to restaurants. #90

Closed JanKaczmarski closed 1 month ago

JanKaczmarski commented 1 month ago

Start off by creating a Rating resource based on Rating model in models.py. Also enhance restaurant detail endpoint by showing some reviews about this restaurant (simple addon to to_json function in models.py).