Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/3forges/pesto-api
- Owner: 3forges
- Created: 2023-10-04T02:48:45.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-21T22:09:57.000Z (4 months ago)
- Last Synced: 2024-08-22T00:30:18.063Z (4 months ago)
- Language: TypeScript
- Size: 6.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.pesto.lb.md
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```