Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 363 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 363 Bytes

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.