Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/3forges/pesto-api

The Pesto REST API
https://github.com/3forges/pesto-api

Last synced: 7 days ago
JSON representation

The Pesto REST API

Awesome Lists containing this project

README

        

# The Pesto API

## How it was spawned

```bash

# ---
# first install loopback cli
# (does not work with pnpm - 03/10/2023)
npm install -g @loopback/cli

# ---
#
# $ lb4 --version
# @loopback/cli version: 5.2.2
#
# ---

# ---
# spin up the project
lb4 app --applicationName "PestoApi" --description "pesto rest api" --docker --outdir "pesto" --prettier --mocha --vscode --eslint --packageManager pnpm

```