Skip to content

life-chart/server

Repository files navigation

Installation

$ pnpm install

Database setup

# set up .env
cp .env.example .env

# run db
$ docker-compose up -d

# run seed
$ pnpm seed:run

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Documentation

# defaulf value for PORT is 3000
$ http://localhost:3000/api/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published