An open API service indexing awesome lists of open source software.

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 🕳️

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`