Skip to content

kmr-ankitt/titly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titly

Titly is a blazingly fast URL shortner written in go.

Tech Stack

  • Go
  • Redis
  • Sveltekit

Run the Backend without Docker

  1. Ensure you have Go installed on your system.

  2. Run the application:

go run .
  1. The backend will be available at http://localhost:4000.

Run the Backend using Docker

  1. Build the Docker image:
docker build . -t titly-backend
  1. Run the container:
docker run --rm -p 4000:4000 titly-backend

Run the Frontend (SvelteKit)

  1. Navigate to the titly directory:
cd titly
  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm run dev
  1. Open your browser and go to http://localhost:5173 to view the application.

image

About

Blazingly Fast URL Shortner

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published