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-place
Install project dependencies into a virtual environment:
$ make install
Run the application:
$ make run
Run all checks and tests:
$ make ci