https://github.com/skrodrigo/meter-backend
https://github.com/skrodrigo/meter-backend
api gemini prisma zod
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skrodrigo/meter-backend
- Owner: skrodrigo
- Created: 2024-08-29T15:20:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T17:40:40.000Z (9 months ago)
- Last Synced: 2024-12-09T17:15:43.463Z (6 months ago)
- Topics: api, gemini, prisma, zod
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# water-gas-meter-backend
Backend service for water and gas meter management.
## Setup
1. Install dependencies:
```
pnpm install
```2. Run the development server:
```
pnpm run dev
```## Scripts
- `pnpm run build`: Compile TypeScript to JavaScript
- `pnpm run start`: Start the production server
- `pnpm run dev`: Start the development server with auto-reload
- `pnpm run format`: Format code using Prettier
- `pnpm run lint`: Run ESLint
- `pnpm run lint:fix`: Run ESLint and fix issues