Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkian/docker-client-server-app
Example client-server application using Docker Compose
https://github.com/thinkian/docker-client-server-app
Last synced: about 1 month ago
JSON representation
Example client-server application using Docker Compose
- Host: GitHub
- URL: https://github.com/thinkian/docker-client-server-app
- Owner: thinkian
- Created: 2021-06-10T17:36:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T17:46:06.000Z (over 3 years ago)
- Last Synced: 2024-10-12T10:28:30.506Z (4 months ago)
- Language: JavaScript
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Client Server App
Example application built with Docker Compose- Client (React)
- Server (Node.js)
- Proxy (NGINX)## Getting Started
Run the following command in your Terminal:
```
docker compose up -d
```Visit `http://localhost:8080` in your browser.