Skip to content

EduardoFrs/URL-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

URL Shortener API

Application allowing you to generate shortened URL, and to count their number of visits.

Made with Python, using FastAPI framework.

Get Ready

Requirements :

  • Python
  • pip
  1. Clone the project repository
  git clone https://github.com/EduardoFrs/URL-shortener.git
  cd URL-shortener
  1. Install dependencies
  pin install requirements.txt
  1. Run the app
  uvicorn main:app --reload

The API will be available at http://127.0.0.1:8000

Future Improvements

  • Add database for store the URL and number of clicks

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages