Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 820 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 820 Bytes

UrlShortner

A simple Website for Url Shortening made with Django-Framework.

Preview

💻 Built with

  • Django

🛠️ Installation Steps

  1. Clone the repository
https://github.com/anubhav-cp/UrlShortner.git
  1. Change the working directory
cd UrlShortner
  1. Install dependencies
pip install -r requirements.txt(to be released soon)
  1. Run the Server
python manage.py runserver

You are all set! Open localhost:8000 to see the app.

🍰 Contributing

Pull Requests are always welcome!

If you wish to contribute using Github, you can work on any features or create one on your own. After adding your code, send us a Pull Request.