Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/annurdien/macogurumi-backend

Crochet pattern decooder, convert semi structured language of crochet pattern to pre defined JSON data.
https://github.com/annurdien/macogurumi-backend

Last synced: 19 days ago
JSON representation

Crochet pattern decooder, convert semi structured language of crochet pattern to pre defined JSON data.

Awesome Lists containing this project

README

        

## Description

Macogurumi App backend, use for decode Amigurumi pattern using Large Language Model.

## Project setup

```bash
$ yarn install
```

## Compile and run the project

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod
```

## Run tests

```bash
# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov
```