Book-Movie

New feature for tiketika, being able to buy movie tickets. Backend is written in Go and frontend is written in Svelte.

To run locally the backend, make sure you have Go installed , clone the repo and cd backend and run
go run ./cmd/api

For frontend cd frontend just cd frontend and run npm install then npm run dev

Or you can just go to this link to view it live