https://github.com/tahmid-saj/url-shortener-service
URL shortening service developed using Go, Encore, PostgreSQL.
https://github.com/tahmid-saj/url-shortener-service
encore go postgresql url-shortener
Last synced: 2 months ago
JSON representation
URL shortening service developed using Go, Encore, PostgreSQL.
- Host: GitHub
- URL: https://github.com/tahmid-saj/url-shortener-service
- Owner: tahmid-saj
- Created: 2024-09-27T22:03:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T02:10:31.000Z (8 months ago)
- Last Synced: 2025-02-16T09:43:43.780Z (4 months ago)
- Topics: encore, go, postgresql, url-shortener
- Language: Go
- Homepage: https://staging-url-shortener-4i92.encr.app
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# url-shortener-service
URL shortening service developed using Go, Encore, PostgreSQL.
## Directory structure
The directory structure is as follows:
- **.encore/**
- Encore framework configurations and project metadata.- **url/**
- Contains the URL shortening logic and handlers.- **.gitignore**
- Specifies files and directories to be ignored by Git.- **README.md**
- Documentation file providing an overview of the project.- **encore.app**
- Encore application configuration.- **go.mod**
- Go module dependencies for the project.- **go.sum**
- Checksums for module dependencies.### Key Technologies:
- Go, Encore framework, PostgreSQL.
## Overview
### Design
Similar services can be found here and below:
#### Similar services
![]()