/nest-pocketbase-boilerplate

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

nest pocketbase boilerplate

Features

Usage

First, copy the .env.sample file to .env and change the values.

With docker

$ docker-compose up -d

With docker and nginx

$ docker-compose -f docker-compose.yml -f docker-compose.nginx.yml up -d
  • You can access the application at http://localhost:3000
  • You can access the swagger at http://localhost:3000/api (only for dev)
  • You can access to pocketbase at http://localhost:8090

Locally

You need a pocketbase instance running

$ yarn install
$ yarn run start:dev

Author