https://github.com/mediacomem/hello-cloud
Multi-component application to test cloud deployment platforms
https://github.com/mediacomem/hello-cloud
Last synced: about 1 year ago
JSON representation
Multi-component application to test cloud deployment platforms
- Host: GitHub
- URL: https://github.com/mediacomem/hello-cloud
- Owner: MediaComem
- License: mit
- Created: 2021-06-11T15:40:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T16:33:48.000Z (about 5 years ago)
- Last Synced: 2025-02-14T17:43:28.272Z (over 1 year ago)
- Language: JavaScript
- Size: 314 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hello Cloud
Multi-component application to test cloud deployment platforms.
## Usage
```bash
docker-compose up --build -d
docker-compose exec api npm run migrate
```
Visit http://localhost:3001.