Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 621 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 621 Bytes

QueueQuick - Repo

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.

Getting Started

Backend

To start the backend, use the following commands:

Development

go run main.go api.go serve
Production
go build main.go api.go

This will build an executable for production use.

Frontend

To start the frontend, use the following commands:

Development

ng serve

Production

ng build