Skip to content

boyuan12/Bit.ly-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitly Clone

Deploy

Available at https://bitly-clone-flask.herokuapp.com.

Local Build

To install the dependency, first you need to make sure you have Python & pip installed. Then you can clone this repository:

git clone https://github.com/boyuan12/Bit.ly-Clone.git
cd Bit.ly-Clone

Then you can installed the dependency using pip:

pip install -r requirements.txt

Then you can start the develop server by running:

python3 app.py

and you can go to http://0.0.0.0:1234.

Tech/framework used

Built with

  • Python
    • Flask
  • PostgreSQL
  • Web Technologies (HTML, CSS, Bootstrap)

Features

  • User could be able to register, login and logout
    • User could see an User dashboard
      • User could edit, delete, and see the # of clicks of a given URL.
  • User could shorten the URL
  • The URL would store in the localStorage

Contributions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published