Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 459 Bytes

README.Docker.md

File metadata and controls

12 lines (7 loc) · 459 Bytes

Building and running your application

When you're ready, start your application by running: docker compose up --build.

Your frontend application will be available at http://localhost:3000. You should be able to use its functions.

If you want to test the backend application directly using Postman or similar API tools, it will be available at http://localhost:8080.

Deploying your application to the cloud

Not supported in this repo.