Before starting the services, make sure to set up the necessary environment variables. Go to Link to get the required .env files.
To start the various services in the project, run the following commands in separate terminal windows:
- Admin Dashboard
yarn start:camformant-admin
- Client Commpany
yarn start:frontend-client
- Client User
yarn start:camformant-client
- User Service
yarn start:user-service
- Authentication Service
yarn start:auth-service
- Chat Service
yarn start:chat-service
- Job Service
yarn start:job-service
- Notification Service
yarn start:notification-service
- API Gateway
yarn start:api-gateway-service
Make sure you have all dependencies installed by running yarn install in the root directory before starting the services.