Welcome to the QueueQuick repository! QueueQuick is a SaaS project aimed at providing entrepreneurs with the ability to create waitlists not just for email, but for multiple other channels like WhatsApp and more.
To start the backend, use the following commands:
go run main.go api.go serve
go build main.go api.go
This will build an executable for production use.
To start the frontend, use the following commands:
ng serve
ng build