📁
Journal de bord
  • Introduction
  • Single Page Application
    • Overview
    • Installation
    • Features
    • Design
    • Development
    • Backend integration
  • Backend
    • Overview
    • Installation
    • Configuration
    • Development
    • Data Model
    • API reference
      • Rides
      • Drivers
    • Database management
  • Security
    • Overview
    • OAuth 2.0
    • Authorization Server (Keycloak)
    • Client-side flow
    • OpenID Connect
Powered by GitBook
On this page

Was this helpful?

  1. Backend

Data Model

PreviousDevelopmentNextAPI reference

Last updated 4 years ago

Was this helpful?

Constraints

  • Ride: the departure and arrival stops should never be equal for an entity.

  • Ride: traffic condition should be an enumeration (5 levels)

  • A location name should be unique in the set of a driver locations

  • The departure of a ride should be before arrival

Connect a Spring Boot application to Heroku Postgres