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
Node version setup:
Make sure to use the proper Node version. Check out minimum
required version under package.json/engines. Example using NVM
and Node version 20:
nvm use 20
Project setup:
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.