viniciuschan / scheduler-api

API REST that represents a scheduling system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}/

About

API REST that represents a scheduling system


Languages

Language:Python 98.1%Language:Makefile 1.3%Language:Dockerfile 0.6%