Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sobakavosne/yumi-api
- Owner: sobakavosne
- Created: 2021-03-29T15:10:15.000Z (almost 4 years ago)
- Default Branch: js-branch
- Last Pushed: 2021-04-05T03:26:24.000Z (almost 4 years ago)
- Last Synced: 2023-11-25T15:35:25.202Z (about 1 year ago)
- Topics: javascript, nestjs, typeless
- Language: JavaScript
- Homepage:
- Size: 281 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```