Skip to content

hosamhamdy258/shortener

Repository files navigation

Shortener:

Shorten Urls

Live Version

The live version of shortener Hosted on pythonanywhere.

Live Version

Installation & Run Locally

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

Feedback

If you have any feedback or suggestions, feel free to reach out to me at HosamHamdy

License

This project is licensed under the MIT

About

creating shorted urls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published