https://github.com/sameeramin/olx
OLX clone built with Django
https://github.com/sameeramin/olx
Last synced: 3 months ago
JSON representation
OLX clone built with Django
- Host: GitHub
- URL: https://github.com/sameeramin/olx
- Owner: sameeramin
- Created: 2022-08-25T10:41:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T06:51:16.000Z (over 2 years ago)
- Last Synced: 2025-01-12T19:45:16.744Z (over 1 year ago)
- Language: HTML
- Size: 793 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Olx
Olx clone in Django
## Getting started
To get started clone this repository and make sure you have `python==3.8.5` installed in your system.
Create a virtual environment and install requirements and that's pretty much it!
```
git clone https://gitlab.arbisoft.com/m.sameer/olx.git
cd olx
python -m venv venv
pip install -r requirements.txt
```