An open API service indexing awesome lists of open source software.

https://github.com/skrodrigo/meter-backend


https://github.com/skrodrigo/meter-backend

api gemini prisma zod

Last synced: 4 months ago
JSON representation

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