Backend API server for a URL shortener Setup Clone: git clone https://github.com/nhAnik/surl.git cd surl Build and run (docker compose should be installed) make build make run Migrate the database make migrate Access the api server at http://localhost:8090. More information will be added here (TODO)