Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 643 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 643 Bytes

Back end for tiramisu.cat

This is the back end for the widely popular and fully trusted tiramisu.cat website. Where your most trusted people uploads their tiramisu reviews.

Next steps 🧗

  • Connect with Firebase
  • Dockerize app
  • Connect with UI
  • Add tests
  • Deployment management

Datalayer

user

  • id: hash of the name
  • name: string
  • photo: string

restaurant

  • id: hash of ,,
  • location: geopoint
  • name: string

review

  • culleretes: number
  • date: timestamp
  • photo: string
  • review: string
  • title: string
  • restaurant_id: string
  • user_id: string