Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sobakavosne/yumi-api

YUMI API. Based on the proposed Documentation
https://github.com/sobakavosne/yumi-api

javascript nestjs typeless

Last synced: 2 months ago
JSON representation

YUMI API. Based on the proposed Documentation

Awesome Lists containing this project

README

        

## YUMI API ([documentation](https://yumi2.docs.apiary.io/#))

## Installation

```bash
$ npm install
```

## Creating `.env` in root folder:

```bash
$ cat .env
PORT=...

DB_TYPE=...
DB_HOST=...
DB_PORT=...
DB_USERNAME=...
DB_PSSWD=...
DB_NAME=...
```

## Running the app

```bash
# development
$ npm run start

# production mode
$ npm run start:prod
```