Getting Started with Docker compose

This react basic app build with basic database and configure with docker compose.

Run the application

docker-compose up -d

Stop docker compose

docker-compose down

Open http://localhost:3000 to view it in the browser.

API

Open http://localhost:3001/api to view API running in your browser.