Skip to content

skin-scan/skin-scan-api

Repository files navigation

📌 Skin Scan API

📍 Implemented

  • Linter.
  • Formatter.
  • Git Automation.

⚡️ Getting Started

⚙️ Ensure environment are set

Example how to create environment

cp .env.example .env

🚚 How to run and build app

Example how to start development application

yarn install
yarn start:dev

Example how to run build application

yarn install
yarn build
yarn start:prod

↕️ How to do migrations

Example how to executes database migrations to apply pending schema changes

yarn migrate:up

Example how to reverts the most recent database migration, undoing schema changes

yarn migrate:down

⛑️ How to check and fixing formatting issues

Example how to check formatting issues without modifying files

yarn prettier:check

Example how to check and fixing formatting issues by modifying files

yarn prettier:fix

About

Codebase for our API's service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages