Skip to content

coderj001/Craigslist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craigslist Project (Django)

Table of Contents

  1. Overview
  2. Tech&Tools
  3. Preview
  4. Installation

Overview

This application is follow up of tutorials. Application scrap a Craigslist.org website and present it with great view of django template engine. The application deplyed on heroku.

Tech&Tools

  • django
  • requests
  • bs4 or Beautifulsoup
  • materializecss

Preview

https://imgur.com/fXEXTxj.png

Installation

  1. Clone the repo
  2. Install requirements pip install requirements.txt or pipenv install
  3. Run migrations ./manage.py makemigations and ./manage.py migrate
  4. ./manage.py runserver app should be up and running
pip install -r requirements.txt
python manage.py makemigations
python manage.py migrate
python manage.py runserver

About

The simple implementation of web scraping with django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published