Features • Tech stack • How To Use
- Forms a short url of 5 characters
- Redirects to the main url
Use Make & Docker
-
Firstly clone repo
git clone [email protected]:mrKazzila/shortener.git
-
Run all services
make docker_setup_all
-
Run only frontend
make docker_run_front
-
Run only backend
make docker_run_back
-
Run backend tests
make docker_run_tests_back