A property management application
- Python 3.8+
- Node.js and npm
- Docker (for MinIO)
- Create and activate virtual environment:
python
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Configure environment variables:
# No variables needed for now
- Run database migrations:
python manage.py migrate
-
Install Tailwind dependencies:
-
Run the development server:
python manage.py runserver