High performance url shortener
Client: Typescript, Svelte
Service: Go, Gofiber, Gorm
Database: PostgreSQL inside Docker
Clone the project
git clone https://github.com/irahuldogra/dwarf.gitGo to the project directory
To run client
cd dwarf/appInstall dependencies
npm installStart the frontend
npm run devTo run Server
cd dwarf/serviceInstall dependencies
go mod downloadStart the backend
make runcheckout env.example files


