Skip to content

nishiki-tech/nishiki-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nishiki Backend

This is the Nishiki's backend repository.

Structure

Directory Name Description
backend Backend code. This directory contains multiple projects.
cdk CDK code.

The backend is deployed on the AWS using AWS CDK.

Backend Directory

Main

The main directory is the main directory literary. That includes domain objects and their use-cases.

backend/main Readme

Contributing

To contribute this project. Please see the CONTRIBUTE.md

Format & Lint code

This project adapts Biome as a formatter. Its config file is biome.json.

CI

When you run the following command, you can check if the cord is following the lint rules.

$ npx @biomejs/biome@1.5.0 ci ./backend ./cdk

Format

When you run the following command, the Biome re-writes your code neatly.

$ npx @biomejs/biome@1.5.0 format ./backend ./cdk --write

Lint

When you run the following command, the Biome re-writes your code neatly.

$ npx @biomejs/biome@1.5.0 lint ./backend ./cdk --apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •