To run the frontend application:
-
Navigate to the frontend directory:
cd apps/frontend -
Start the development server:
pnpm run dev
-
Open your browser and navigate to:
http://localhost:3000/
To run the backend service:
-
Navigate to the user service directory:
cd services/user-service -
Start the server:
go run main.go
-
Check the health endpoint:
http://localhost:8080/health