This is a hobby project aimed at making a website where residents of my house can rate certain aspects that the landlord ought to keep up-to-date. This could be used by the landlord for early detection of faulty aspects in the house. The website will use the python package Django as its core engine.
This website is still in development Test version is hosted at: https://ratethepauper.herokuapp.com/
You can test the website on your computer locally.
First clone this repository in your favourite directory.
$ cd Documents/Github
$ git clone https://github.com/Iglohut/ratethepauper.git
Using conda
Create a virtualenvironment using conda.
$ cd ratethepauper
$ cd environment
$ conda env create -f environment.yml
Activate the environment and run the server:
$ conda activate ratethepauper
$ cd ../src
$ python manage.py runserver --insecure
Using Docker
$ cd ratethepauper
$ docker-compose up
Now go to your browser to the server suggested (e.g. http://127.0.0.1:8000/ or http://0.0.0.0:8000/)
-
Model Aspects (e.g. shower, toilet, internet) -
Model ratings (rate every aspects, hue's?) -
Single page ratings -
Display data interactivelyFix resize lose data plotly issueDisplay the real data- Display comments
-
FormsAspectsGeneralize from AspectsAutoupdate plots on submitContact form model
-
Homepage
Stats of all models (choose wisely..)Introduction to what is this websiteGoogle maps to the house- More?
-
Overall styling
Colour schemeNavbarFooter*SCSS compatibleMobile