Skip to content

Djama1GIT/shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortener!

Shortener is a project based on Go.

Installation and Setup

  1. Install Docker and Docker Compose if they are not already installed on your system.

  2. Clone the project repository:

git clone https://github.com/Djama1GIT/shortener.git
cd shortener
  1. Start the project:
docker-compose up --build

User Interface

Home Page: http://localhost/ Demo: http://ama1.ru/

Technologies Used

  • Go - The programming language used for the project.
  • Redis - An database used in the project for storing URLs.
  • Docker - A platform used in the project for creating, deploying, and managing containers, allowing the application to run in an isolated environment.