https://github.com/itu-ai/ituai-club-api
Backend server of ituai-club
https://github.com/itu-ai/ituai-club-api
api backend nestjs nestjs-backend nodejs rest-api stability-ai stable-diffusion typescript yarn
Last synced: 3 months ago
JSON representation
Backend server of ituai-club
- Host: GitHub
- URL: https://github.com/itu-ai/ituai-club-api
- Owner: itu-ai
- License: gpl-3.0
- Created: 2024-02-10T13:58:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T01:53:02.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T20:57:42.310Z (over 1 year ago)
- Topics: api, backend, nestjs, nestjs-backend, nodejs, rest-api, stability-ai, stable-diffusion, typescript, yarn
- Language: TypeScript
- Homepage: https://ituai.club/
- Size: 3.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Editor API
A simple project for image editing using OpenAI's DALL-E API.
## License
This project is licensed under the [GNU GPL-3.0](https://github.com/ErtyumPX/image-editor-api/blob/main/LICENSE) license.
## Installation
```bash
$ yarn install
```
## Running the app
```bash
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
```
## Test
```bash
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
```