JoaoMonteiro100 / api-example-django-requests-sass

An example API client using Python and Django that pulls and displays sample data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api-example-django-requests-sass

This is a Django app built to use a sample API as an exercise to explore new technologies used in front-end environments. It uses Django 1.7.1, Python 2.7.8, Requests 2.5.1 and Scout 0.7.1.

Clone the repository:

git clone git@github.com:JoaoMonteiro100/api-example-django-requests-sass.git

Go to the desafios_imoveis folder:

cd <clone_directory_here>\api-example-django-requests-sass\desafio_imoveis

And then just start the Django development server:

python manage.py runserver

Now visit 127.0.0.1:8000 with your web browser and voilĂ !

About

An example API client using Python and Django that pulls and displays sample data.


Languages

Language:CSS 43.9%Language:HTML 26.8%Language:Python 19.3%Language:JavaScript 9.9%