Skip to content

An application similar to Craigslist that gives users the ability to easily identify and understand the results of their searches displaying it in a more interactive and appeasing manner.

Notifications You must be signed in to change notification settings

jolomonson/Craigslist-Clone-App

Repository files navigation

Craigslist-Clone-App

An application similar to Craigslist that gives users the ability to easily identify and understand the results of their searches displaying it in a more interactive and appeasing manner.

Deployed App (Production mode):

https://craigslistcloneapp.herokuapp.com/

Local Server (Development mode):

http://127.0.0.1:8000/

Application Setup

- Cloning the Repository

Open a command prompt on your PC and run the command below:

git clone https://github.com/JolomonSon/Craigslist-Clone-App.git

- Installing requirements

Before installing the requirements, you need to have python installed on your PC. Python Setup and Installation. Open the cloned application (folder) and run the command below to install all requirements for the application.

pip install -r requirements.txt

- Settings Configurations

Now you need to make a few changes in your settings.py file. Open your settings.py which should be located in your projects file and follow the instructions in Line 32, 51, 127 respectively and save the file.

- Running local server

Start your application using the following command in your command prompt:

python manage.py runserver

- Local Server

You can access your local server using this address on any web browser: http://127.0.0.1:8000/

Documentation

You can check up django documentation page for any further information. Django Docs.

Also, you need to download a VPN due to location restrictions.

About

An application similar to Craigslist that gives users the ability to easily identify and understand the results of their searches displaying it in a more interactive and appeasing manner.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published