Skip to content

URL shortening web app built with React, NodeJS and Redis

Notifications You must be signed in to change notification settings

xkcm/url-shortener

Repository files navigation

url-shortener

URL Shortening web application built with:

  • React for frontend app,
  • NestJS for backend service,
  • Redis for database service.

Running app

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.