Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashman/brokerpro_api
https://github.com/sashman/brokerpro_api
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sashman/brokerpro_api
- Owner: sashman
- Created: 2018-12-09T20:35:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T09:29:08.000Z (about 2 years ago)
- Last Synced: 2024-10-30T21:03:47.241Z (about 2 months ago)
- Language: JavaScript
- Size: 526 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brokerpro_api
## Pre-requisites
```
docker-compose up
npm i -g prisma
prisma deploy
```## Running
```
npm i
npm start
```