Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 412 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 412 Bytes

CRM System

Project for the PIS course at BUT FIT.

Developing the application

First make sure docker service is running. Then enter the following command to create and start the containers in development mode.

docker compose up

Check if everything works properly by going to http://localhost:3000 (UI) and http://localhost:9080/crm/api/ping (API).