https://github.com/mateusfg7/formatch-api
Formatch API Service
https://github.com/mateusfg7/formatch-api
api formatch nestjs
Last synced: 9 months ago
JSON representation
Formatch API Service
- Host: GitHub
- URL: https://github.com/mateusfg7/formatch-api
- Owner: mateusfg7
- Created: 2023-03-05T20:11:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T14:04:32.000Z (9 months ago)
- Last Synced: 2025-04-08T15:22:52.446Z (9 months ago)
- Topics: api, formatch, nestjs
- Language: TypeScript
- Homepage: https://mateusfg7.github.io/formatch-api/
- Size: 393 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
Formatch API
Formatch API Service for Formatch (repo) app.
This is a test/study project that may not be used in production. For current production API visit formatch-web repository.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ pnpm install
```
## Running the app
```bash
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
```
## Test
```bash
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
```