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 year ago
JSON representation

Example client-server application using Docker Compose

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.