From 497487d3266cc55ce155d25b091b3a7626d75104 Mon Sep 17 00:00:00 2001
From: Alex Holland <64433812+alexwholland@users.noreply.github.com>
Date: Tue, 2 May 2023 16:48:28 -0700
Subject: [PATCH] Update README.md
---
README.md | 47 ++++++++++++++++++++++++++++++++++-------------
1 file changed, 34 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index f4fb94b..126fc15 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,45 @@
-# Marketscrape
+
+
+
+
+
+
+
+
+
+
+
+# About
Marketscrape is a user-friendly web scraper for Facebook Marketplace that utilizes AI to help users assess the value of each listing, and by providing real-time analysis and advanced machine learning algorithms, it empowers users to make informed purchasing decisions and find the best deals on Facebook Marketplace.
+# Features
+- Interactive charts for price comparison
+- Save searches for future sessions
+- Analyze Facebook Marketplace listings across millions of products
+- Detailed Analysis report with product recommendations
+
+
## Installation
-Clone the repository
+Marketscrape is easiest used with [Visual Studio Code](https://code.visualstudio.com/) in a [Docker](https://www.docker.com/) container using the [Dev Containeres](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension. More information about installation can be found [here](https://code.visualstudio.com/docs/devcontainers/tutorial).
+
+### Clone the repository
```bash
$ https://github.com/Marketscrape/marketscrape.git
```
-### Local setup using Docker
-- First, install [docker](https://docs.docker.com/get-docker/) and [docker-compose](https://docs.docker.com/compose/install/).
-- Next, run the following command to start the container.
+### Docker Desktop
+Download and install [Docker Desktop](https://www.docker.com/products/docker-desktop/)
-```bash
-$ docker compose up
-```
+### Start Docker
+Run the Docker Desktop application to start Docker
-Note that when you run it for the first time, it will download a docker image of size 4.5GB or so.
+### Install the extension
+The Dev Containers extension lets you run Visual Studio Code instide a Docker container
-- Finally, when your done running the project run the following command to shut down the containers.
+### Build the Dev Container
+In Visual Studio Code:
+- Command Pallete `(Ctrl + Shift + P)` andselect `Dev Containers: Open Folder in Container...`
+- Select the cloned repository
-```bash
-$ docker compose down
-```
+### Run the application
+To run Marketscrape run `python manage.py runserver` in the Dev Container