Skip to content

nhAnik/surl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend API server for a URL shortener

Setup

  1. Clone:
git clone https://github.com/nhAnik/surl.git
cd surl
  1. Build and run (docker compose should be installed)
make build
make run
  1. Migrate the database
make migrate
  1. Access the api server at http://localhost:8090.

More information will be added here (TODO)