Skip to content

mrzlkvvv/URLShortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

Simple URL shortening service built with Go and PostgreSQL

Build & Run

1. Clone project

git clone https://github.com/mrzlkvvv/URLShortener.git && cd ./URLShortener/

2. Configure environment variables

cp ./config/example.env ./config/.env # and edit them

3. Run with Docker Compose

make up-prod # Production mode (URLShortener + PostgreSQL)
make up-dev # Development mode (URLShortener + PostgreSQL + pgAdmin)

About

Simple URL shortening service built with Go and PostgreSQL

Topics

Resources

License

Stars

Watchers

Forks