This is the Nishiki's backend repository.
| Directory Name | Description |
|---|---|
| backend | Backend code. This directory contains multiple projects. |
| cdk | CDK code. |
The backend is deployed on the AWS using AWS CDK.
The main directory is the main directory literary. That includes domain objects and their use-cases.
To contribute this project. Please see the CONTRIBUTE.md
This project adapts Biome as a formatter. Its config file is biome.json.
When you run the following command, you can check if the cord is following the lint rules.
$ npx @biomejs/[email protected] ci ./backend ./cdkWhen you run the following command, the Biome re-writes your code neatly.
$ npx @biomejs/[email protected] format ./backend ./cdk --writeWhen you run the following command, the Biome re-writes your code neatly.
$ npx @biomejs/[email protected] lint ./backend ./cdk --apply