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.
Use
npm install --legacy-peer-depsto install the frontend npm packages
To start the backend, use the following commands:
go run main.go api.go servego build main.go api.goThis will build an executable for production use.
To start the frontend, use the following commands:
ng serveng build