https://github.com/bcgov/strr
bcregistry
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bcgov/strr
- Owner: bcgov
- License: bsd-3-clause
- Created: 2024-04-04T19:02:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-21T21:39:13.000Z (15 days ago)
- Last Synced: 2026-05-22T06:57:32.506Z (15 days ago)
- Topics: bcregistry
- Language: Python
- Homepage:
- Size: 26.2 MB
- Stars: 2
- Watchers: 3
- Forks: 22
- Open Issues: 288
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# STRR
Short-Term Rental Registry
---
# Local Environment Setup
Run the following:
- `make docker` to create and run docker containers for db / api / web
Envrionment will now be running with:
- api: http://localhost:8080
- webui: http://localhost:8000
- postgres database: jdbc:postgresql://localhost:15432/postgres