Skip to content

Url Shortner Website Project made using Django-Framework

License

Notifications You must be signed in to change notification settings

anubhav-cp/UrlShortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.