OpenFood is an open source app, developed in TypeScript with NestJS. The Goal of this app is to provide an open source alternative to applications like UberEats, Deliveroo, Foodora, etc.
To make this app work, you'll need to install NodeJS and npm.
This app use a TypeScript + NestJS architecture, download this repository and run the following command to install the dependencies:
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
OpenFood is an MIT-licensed open source project.
Nest is MIT licensed.