Skip to content

sntnmjones/RentalApp

Repository files navigation

Rental App

About

An app for renters to review the properties they have resided in.
An app for landlords to review the renters that have resided in their properties.

Development

Python Virtual Environment

Create a virtual environment

python3 -m venv .venv

Activate venv

source .venv/bin/activate

Deactivate venv

deactivate

Django

Start server

docker-compose up

Debug

docker-compose -f docker-compose.yml -f docker-compose.debug.yml up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published