ConfidenceYobo / aloisioimoveis

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

Home Page:http://www.aloisioimoveis.com.br/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://www.aloisioimoveis.com.br/


Languages

Language:JavaScript 47.5%Language:Python 28.7%Language:HTML 16.0%Language:CSS 7.8%