Skip to content

grayankit/go_url_shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go URL Shortener

This is a simple URL shortener written in Go.

Prerequisites

Before running the application, you need to create a .env file in the root of the project.

Configuration

The .env file must contain the following environment variables:

ADMIN_USER=your_admin_username
ADMIN_PASS=your_admin_password

These credentials are used to access the admin dashboard.

Running the application

Once the .env file is created, you can run the application using:

go run ./cmd/server/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors