Skip to content

mrKazzila/shortener_url_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Url shortener

Conventional Commits


FeaturesTech stackHow To Use

Features

  • Forms a short url of 5 characters
  • Redirects to the main url

Tech stack

How To Use

Use Make & Docker
  1. Firstly clone repo

    git clone git@github.com:mrKazzila/shortener.git
  2. SetUp env for Backend and Frontend parts

  3. Run all services

    make docker_setup_all
  4. Run only frontend

    make docker_run_front
  5. Run only backend

    make docker_run_back
  6. Run backend tests

    make docker_run_tests_back

Over-engineering note

Click me I understand that many technologies/constructions in code for such a simple project is over-engineering, but just wanted to practice advanced technologies on a simple project. Don't scold ;)


GitHubResumeLinkedIn