A simple appointment app using LoopBack and Aurelia.
npm install
and cd client; npm install
On the root folder run npm start
. The following urls will be available to you:
- http://localhost:9000 : The root of the app (with browser-sync).
- http://localhost:3000/api : The API root URL.
- http://localhost:3000/explorer : The API explorer.
- http://localhost:3001 : Browser-Sync configuration.
- http://localhost:3000 : The root of the app (no browser-sync).
(private)
- firstName: string
- lastName: string
- identification: string
- landLine: text
- mobile: text
- email: text
- notes: text
Extends Person (public)
- specialties: string[]
Extends Person (public)
(public)
- timeStarts: integer
- timeEnds: integer
- limit: integer
Extends AvailabilityTemplate (public)
- professional: Professional
- weekDay: integer
- timeStarts: integer
- timeEnds: integer
- limit: integer
(public)
- client: Client
- availability: Availability
- date: Date
- notes: text