Skip to content

Qreepex/water-me-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plants

Plant management app with a Go backend and SvelteKit app.

Structure

  • backend/ - Go API server
  • app/ - Mobile + Web app (SvelteKit + Capacitor)
  • website/ - Marketing site (SvelteKit)

Quick Start

# Backend
cd backend
go run .

# App
cd ../app
npm install
npm run dev

# Website
cd ../website
npm install
npm run dev

OpenAPI Types

npx openapi-typescript ./backend/openapi.yaml -o ./app/src/lib/types/api.ts --root-types --root-types-no-schema-prefix --generate-path-params --enum --enum-values

About

🪴 App to take care of your plants :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published