- Docker
- Docker-compose
- Nginx
- Certbot
- Pocketbase
- NestJs
- Guards
- Login
- New Typescript Pocketbase ORM (https://www.npmjs.com/package/typescript-pocketbase-orm)
First, copy the .env.sample
file to .env
and change the values.
$ docker-compose up -d
$ 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
You need a pocketbase instance running
$ yarn install
$ yarn run start:dev
- Joss C - https://github.com/nexus9111