/hmif-app-be

Primary LanguageTypeScript

HMIF App Backend

How to run

  1. Install PNPM
npm install -g pnpm
  1. Install dependencies
pnpm install
  1. Copy .env.example to .env and fill the required environment variables
  2. Run database migration
pnpm db:migrate
  1. Run the app
pnpm dev
  1. You can access the swagger api documentation at http://localhost:5000/swagger

Run database migrations

pnpm db:migrate