# eleme-api-by-django-restful-framework **Repository Path**: ksoftpy/eleme-api-by-django-restful-framework ## Basic Information - **Project Name**: eleme-api-by-django-restful-framework - **Description**: 饿了么全国高校外卖商家查询API接口,django rest framework编写,并且在程序中使用ajax调用,数据库使用Postgresql - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2019-01-28 - **Last Updated**: 2022-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 饿了么全国高校外卖商家top20查询api接口 Django restful framework框架编写,并且在程序中调用,数据库使用Postgresql 饿了么数据csv在eleme_ok.csv中,需要导入数据库 # 效果图 ![Image text](https://github.com/PythonerKK/eleme-api-by-django-restful-framework/blob/master/images1.png) ![Image text](https://github.com/PythonerKK/eleme-api-by-django-restful-framework/blob/master/images2.png) # 代码使用方法 Mac ``` $ git clone https://github.com/PythonerKK/eleme-api-by-django-restful-framework.git $ cd eleme-api-by-django-restful-framework $ virtualenv Venv $ source Venv/bin/activate $ pip install -r requirements.txt ``` # 代码使用方法 Windows ``` $ git clone https://github.com/PythonerKK/eleme-api-by-django-restful-framework.git $ cd eleme-api-by-django-restful-framework $ virtualenv Venv $ cd Venv/Scripts $ activate $ pip install -r requirements.txt ```