• repo
  • readme
  • stackblitz

property-manager-tsr

siteView on Github
.

property-manager-tsr
.
B

Languages

  • .
  • .
  • .
  • .
  • TypeScript96.6%
  • CSS2.7%
  • JavaScript0.4%
  • HTML0.4%

property-manager-tsr readme

Example

To run this example:

  • npm install or yarn
  • npm dev or yarn dev

Pocketbase setup

  • download pocketbase instructions
  • open settings>import collections and use this schema
    alt text

remember to add envoroment varibles

VITE_PB_URL="http://127.0.0.1:8090"

# create an admin user in pocketbase for types generation with the command "npm run pb-types" use it in dev mode only 
PB_ADMIN_EMAIL="uwu@email.com"
PB_ADMIN_PASSWORD="password"