https://github.com/ahmadassadi/airbnb-clone
Full-stack project of Cloning AirBnB using Python, Django, Tailwind and other stuff 🕳️
https://github.com/ahmadassadi/airbnb-clone
Last synced: 3 months ago
JSON representation
Full-stack project of Cloning AirBnB using Python, Django, Tailwind and other stuff 🕳️
- Host: GitHub
- URL: https://github.com/ahmadassadi/airbnb-clone
- Owner: ahMADASSadi
- License: gpl-3.0
- Created: 2024-09-20T17:12:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T07:50:20.000Z (10 months ago)
- Last Synced: 2025-02-28T02:43:48.954Z (7 months ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AirBnB Clone
Full-stack project of Cloning AirBnB using Python, Django, Tailwind and other stuff 🕳️
## to Run project locally:
1. Install python and pip
2. Clone this repo
3. Navigate to project directory
4. Create a virtual environment: `python -m venv venv`
5. run the virtual environment: `source venv/bin/activate`
6. run `pip install -r requirements.txt`
7. run `python manage.py runserver`