Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erthium/ituai-club-api
Backend server of ituai-club
https://github.com/erthium/ituai-club-api
api backend nestjs nestjs-backend nodejs rest-api stability-ai stable-diffusion typescript yarn
Last synced: 2 days ago
JSON representation
Backend server of ituai-club
- Host: GitHub
- URL: https://github.com/erthium/ituai-club-api
- Owner: erthium
- License: gpl-3.0
- Created: 2024-02-10T13:58:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T12:11:18.000Z (4 months ago)
- Last Synced: 2024-08-02T22:02:33.521Z (4 months ago)
- Topics: api, backend, nestjs, nestjs-backend, nodejs, rest-api, stability-ai, stable-diffusion, typescript, yarn
- Language: TypeScript
- Homepage: https://ituai.club/
- Size: 3.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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
```