/FiiPracticSpring2018

Spring Boot REST application presented during Fii Practic Spring2018

Primary LanguageJava

FiiPracticSpring2018

Spring boot 2.0 rest application made during Fii practic 2018 Yonder java training sessions.

Getting Started

You can download/clone/fork this project for teaching purposes.

Prerequisites

This project requires following technologies:

Optional:

Installing

Usage

You can test api requests at the following link on a local server: http://localhost:8080/api/<api_version>/<resource>

Examples:

{
   "address": {
      "city": "string",
      "country": "string",
      "county": "string",
      "postal_code": "string",
      "state": "string",
      "street": "string"
    },
   "email": {
      "email": "string"
   },
   "firstName": "string",
   "function": "string",
   "lastName": "string",
   "phoneNumber": {
      "phoneNumber": "string"
    }
}    
{
   "address": {
     "city": "string",
     "country": "string",
     "county": "string",
     "postal_code": "string",
     "state": "string",
     "street": "string"
   },
   "age": 0,
   "email": {
     "email": "string"
   },
   "firstName": "string",
   "lastName": "string",
   "phoneNumber": {
     "phoneNumber": "string"
   }
} 
{
   "cancel": true,
   "cause": "string",
   "endTime": "2018-04-16T14:07:34.489Z",
   "startTime": "2018-04-16T14:07:34.489Z"
}    
{
   "appointment_id": 0,
   "cancel": true,
   "doctor_id": 0,
   "patient_id": 0
}

Running the tests

Placeholder.

Tutorials

Contributing

  1. Fork
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Authors

Placeholder.