Simple property management dashboard designed for efficiency.
See the requirement specification for the original project requirements.
See the technical specification for the summary of the tech stack and the reasons behind the choices.
- PostgreSQL >= v13
- Node, NPM (Find required versions under
package.json/engines) - Anthropic API access
psql < schema.sql
cp env-example env
$EDITOR env
npm i
npm run dev:be
npm run dev:feNote that a Swagger API documentation is available, see backend logs for the URL.