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
- Host: GitHub
- URL: https://github.com/chase-allen-tech/subito-scraping
- Owner: chase-allen-tech
- Created: 2021-07-05T04:46:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T16:39:45.000Z (almost 4 years ago)
- Last Synced: 2025-02-16T07:41:18.919Z (3 months ago)
- Topics: api, django, mysql, scraping
- Language: Python
- Homepage:
- Size: 1.59 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.txt
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 migrate4. Run project with the following command
python manage.py runserver5. Open browser with localhost:8000