Application allowing you to generate shortened URL, and to count their number of visits.
Made with Python, using FastAPI framework.
Requirements :
- Python
- pip
- Clone the project repository
git clone https://github.com/EduardoFrs/URL-shortener.git
cd URL-shortener- Install dependencies
pin install requirements.txt- Run the app
uvicorn main:app --reloadThe API will be available at http://127.0.0.1:8000
- Add database for store the URL and number of clicks
- Eduardo RIBEIRO FERNANDES
- Github : @EduardoFrs