URL Shortening web application built with:
- React for frontend app,
- NestJS for backend service,
- Redis for database service.
It is recommended to run the app with Docker.
docker-compose up # run docker
The app by default is running on port 3000
. Environment variables are stored in the .env
file.