An open API service indexing awesome lists of open source software.

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.

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

image