Skip to content

guimunarolo/teste-iclinic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teste iClinic

Author: Guilherme Munarolo

Features

  • Python 2.7
  • Django 1.7.11
  • Coverage 100%

How to run?

Install dependences:

$ pip install -r requirements.txt

Migrate:

$ python manage.py migrate

Run:

$ python manage.py runserver 0:8000

Requests:

Inlcusion:

$ curl --data '{"zip_code": "14020260"}' http://localhost:8000/zipcode/

List:

$ curl http://localhost:8000/zipcode/

Detail:

$ curl http://localhost:8000/zipcode/14020260/

Exclusion:

$ curl -X DELETE http://localhost:8000/zipcode/14020260/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages