Skip to content

Joshlim288/link-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.