A web application to manage spreadsheets for tracking housing data.
- Python 3.5+
- MongoDB 3.2+
Clone the project:
$ git clone https://github.com/dwelling-place/dwelling-place.git
$ cd dwelling-placeInstall project dependencies into a virtual environment:
$ make installRun the application:
$ make runRun all checks and tests:
$ make ci