/scheduler-api

API REST that represents a scheduling system

Primary LanguagePython

API REST that represents a scheduling system

Author: VinĂ­cius Chan

Requirements

Getting Started

  1. Run server:
$ make run
  1. Migrate:
$ make migrate
  1. Run tests:
$ make test

Resources

List:

http://localhost:8000/appointments/

Detail:

http://localhost:8000/appointments/{id}/

Create:

http://localhost:8000/appointments/

Update:

http://localhost:8000/appointments/{id}/

Delete:

http://localhost:8000/appointments/{id}/