Titly is a blazingly fast URL shortner written in go.
- Go
- Redis
- Sveltekit
-
Ensure you have Go installed on your system.
-
Run the application:
go run .
- The backend will be available at
http://localhost:4000
.
- Build the Docker image:
docker build . -t titly-backend
- Run the container:
docker run --rm -p 4000:4000 titly-backend
- Navigate to the
titly
directory:
cd titly
- Install dependencies:
pnpm install
- Start the development server:
pnpm run dev
- Open your browser and go to
http://localhost:5173
to view the application.