Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/annurdien/macogurumi-backend
- Owner: annurdien
- Created: 2024-09-15T10:36:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T12:34:38.000Z (about 1 month ago)
- Last Synced: 2024-11-16T13:26:25.278Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://macogurumi-backend.vercel.app
- Size: 659 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```