An open API service indexing awesome lists of open source software.

https://github.com/chase-allen-tech/subito-scraping

subito.it scraping project with django + mysql
https://github.com/chase-allen-tech/subito-scraping

api django mysql scraping

Last synced: about 1 month ago
JSON representation

subito.it scraping project with django + mysql

Awesome Lists containing this project

README

        

- Env setting

1. Create 'ad_scrap' database in mysql
Here user name is 'root' and password is ''

2. Install python environment in your PC.

3. Run the following command to create table in db.
python manage.py migrate

4. Run project with the following command
python manage.py runserver

5. Open browser with localhost:8000