A server-side application is build on the Nestjs framework.
- Collect data from the third-party Airtable
- Expose APIs
$ npm install
# Setup Postgres
$ docker-compose up -d
# development
$ npm run start
# watch mode
$ npm run start:dev
# REPL mode
$ npm run repl
# production mode
$ npm run start:prod