Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 688 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 688 Bytes

Django RestFramework Project that returns Outcodes, Listings and Prices in Greater Manchester

Requirements:

Please run on a virtual enviroment using the requirements listed on requirements.txt

Postdistrict Listings and Average Price:

to return a list of all postdistricts, listings and average price run: http://127.0.0.1:8000/api/outcode/
to return a specific postdistrict run: http://127.0.0.1:8000/api/outcode/{postdistrict}
to return a list of neighbouring postcode districts (outcodes) for the given outcode run http://127.0.0.1:8000/api/nexus/{postdistrict}