/aloisioimoveis

Real estate website and system built in Django and Vue.js for Aloísio Imóveis

Primary LanguageJavaScript

Aloísio Imóveis

Real estate website and system built in Django and Vue.js for Aloísio Imóveis

Build Status Coverage Status Code Health

Aloísio Imóveis

Features

  • Create/Edit/Delete properties
  • Search for properties
  • Photo album
  • Contact form
  • Responsive

Release Notes

Version 1.0.0

  • Initial release

How to develop?

  1. Clone the repository
  2. Create a virtualenv with Python 3.5
  3. Activate your virtualenv
  4. Install the dependencies
  5. Set up the instance with the .env file
  6. Run the tests
git clone git@github.com: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

Author

Thiago Rossener