genya0407 / shcar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shcar

model

  • User
    • name
    • email
    • phone_number
  • Car
    • name
  • Reservation
    • user_id
    • car_id
    • begin
    • end
    • comment
  • Occupation
    • user_id
    • car_id
    • begin
    • end
    • meter_begin
    • meter_end
    • comment

library

  • persistent
  • servant

About

License:MIT License


Languages

Language:Haskell 100.0%