/genie-be

Primary LanguageTypeScript

Installation

yarn install

Running the app

  • Rename the file .env.sample to .env and update the environment to your need
  • start the postgres db by running docker compose up -d
  • start the application
# watch mode
$ yarn run dev

# production mode
$ yarn run start:prod