Saas with the following stack:
copy .env.example
to .env
and fill the required fields
Launch the stack with docker-compose up
Landing page is available at http://localhost:2000 Frontend is available at http://localhost:2001 Database is available at http://localhost:2002 Backend is available at http://localhost:2003 Temporal UI is available at http://localhost:2004
Start temporal schdules
docker exec -it dev-saas-shadcn-back npm run schedule.start
Run temporal workflow
docker exec -it dev-saas-shadcn-backend npm run workflow
In http://localhost:8090/_/?#/settings, update the app url to the frontend url
In email verification template, under the action field, add the following line:
{APP_URL}/account/verify?token={TOKEN}
⚠️ Be sur to set the correct APP_URL in the Application tab