Skip to content

0penFood/open-food

Repository files navigation

OpenFood Logo

Description

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.

Installation

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

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

OpenFood is an MIT-licensed open source project.

License

Nest is MIT licensed.