Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 701 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 701 Bytes

URL Shortening Webapp

Web application built using python for the backend, and flutter web for the frontend image

Description

Web application to shorten long urls. Built using: Frontend

  • Flutter web

Backend

  • Python (Flask)
  • MongoDB

Requirements

Only Docker is currently required You may need to disable popup blockers for the redirection to work

Running the application

  1. Navigate to DcubeENP directory and run Docker compose up
  2. Webapp can then be accessed at localhost:8080

Do note that if you are on windows, you should run with powershell instead of command prompt.