Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.24 KB

README.md

File metadata and controls

69 lines (42 loc) · 1.24 KB

Crispy-Spoon

Meals Rater Using Django Rest framework APIs


Business Requirments

  • Meals List Screen Includes Following Informations:
 Meal Name - Meal Stars Number - Meals Avarage Rate 
 Login - Register - Showing Already loged-In Users
  • Popup Error If Users Already Rated The Meals

  • Add Rate Screen, Stars From 1 To 5 Only

  • Save Rates To Database


Technical Development


Following Features

  • Models
  • Meal
  • Stars
  • User


  • Validate If Users Already Rated Their Meals

  • Validation The Rate Between 1 To 5

  • CRUD API For Meals localhost:8000/api/meals/

Should Return Avarage Rating And Number Of Rating Along With The Meal Information
No One Should Be Able To Use This Crud For Rating 
Create And Update API
  • Token Authentications

  • Login And Register API

  • Token Request API