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.git
Go to the project directory
To run client
cd dwarf/app
Install dependencies
npm install
Start the frontend
npm run dev
To run Server
cd dwarf/service
Install dependencies
go mod download
Start the backend
make run
checkout env.example files