Skip to content

hmif-itb/hmif-app-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

66641e9 · Dec 14, 2024
May 10, 2024
Oct 23, 2024
Nov 29, 2024
Dec 14, 2024
Nov 28, 2024
Mar 30, 2024
Sep 7, 2024
Mar 29, 2024
Mar 30, 2024
Apr 14, 2024
May 11, 2024
Dec 1, 2024
Dec 1, 2024
Apr 25, 2024

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published