A web application for booking events that allows organizers to create and manage events, and allows users to view available events and book seats and receive confirmation by mail.
Copy .env.example, rename it to .env and fill the environment variables.
npm i
npm run dev
Open http://localhost:5173 with your browser to see the result.
Also check Swagger docs.