Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 644 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 644 Bytes

Crm

This project was generated using Nx.

Start Development

After cloning the repository, this project could be run using docker compose:

docker compose up 
# or
docker compose up -d

API

API is developed with NestJS.

After running the services you can navigate to http://localhost:3000/api to check the API.

Web

Web is developed with Angular.

After running the services you can navigate to http://localhost:4200 to view the WEB interface.

Note

This app is only for testing purposes and trying things out. In order to make it for production ready a lot of things needs to be changed.