Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```