This project was implemented between 2017-2018 and since then, it has been discontinued.
Feel free to use the codebase, but keep in mind it's no longer supported.
Real estate website and system built in Django and Vue.js for Aloísio Imóveis
- Create/Edit/Delete properties
- Search for properties
- Photo album
- Contact form
- Responsive
Version 1.0.0
- Initial release
- Clone the repository
- Create a virtualenv with Python 3.5
- Activate your virtualenv
- Install the dependencies
- Set up the instance with the .env file
- Run the tests
git clone [email protected]:thiagorossener/aloisioimoveis.git aloisioimoveis
cd aloisioimoveis
python -m venv .aloisioimoveis
source .aloisioimoveis/bin/activate
pip install -r requirements-dev.txt
cp contrib/env-sample .env
python manage.py test