Skip to content

rahuld109/dwarf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dwarf - URL Shortener made with Go

High performance url shortener

Tech Stack

Client: Typescript, Svelte

Service: Go, Gofiber, Gorm

Database: PostgreSQL inside Docker

Create Action

drawing

Upadte Action

drawing

Delete Action

drawing

Run Frontend Locally

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

Run Locally Backend

To run Server

  cd dwarf/service

Install dependencies

  go mod download

Start the backend

  make run

Environment Variables

checkout env.example files

Authors