Shorten Urls
The live version of shortener Hosted on pythonanywhere.
Project can run with standard way using virtual environment or using Docker
Clone the project
git clone https://github.com/hosamhamdy258/shortener
Go to the Project directory
cd shortener
Create python virtual environment and run this commands
python -m venv venv
pip install -r requirement
To start the project run in terminal
python manage.py runserver
if you're interested on development , make sure you have docker installed then run inside project directory
docker compose up
If you have any feedback or suggestions, feel free to reach out to me at HosamHamdy
This project is licensed under the MIT