/nestjs-meal-management

Food court app built with nestjs, postgres and typescript, knex and objection js

Primary LanguageTypeScript

Nest Logo

Food court

Built with tools below.

  • Typescript
  • Nodejs
  • Nestjs
  • Objectionjs
  • Knex
  • postgres
  • Docker & docker compose
  • Github actions
  • Aws Beanstalk

Running the app

# start docker container for Posgres image
$ docker compose up

# Run DB Migrations
$ npm run migrate

# Run aaplication in development mode
$ npm run start:dev

License

Nest is MIT licensed.