Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dopplr-labs/workflow
https://github.com/dopplr-labs/workflow
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dopplr-labs/workflow
- Owner: dopplr-labs
- Created: 2021-09-08T09:01:20.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-09T14:20:14.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T12:16:56.094Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workflow
## Setup
### Database
This project uses `postgres` database. To make things simpler to use we are using `docker-compose` for setting up database. To get started just run
```sh
docker-compose up
```