diff --git a/README.md b/README.md index 48257aa..f840a9e 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,14 @@ Flask URL shortener is a tool that takes any URL and generates a shorter, more readable version like bit.ly. -Checkout the website: [https://shorty-flask.herokuapp.com/](https://shorty-flask.herokuapp.com/) - ### Demo Video Watch on YouTube: [https://www.youtube.com/watch?v=g6chXThUReU](https://www.youtube.com/watch?v=g6chXThUReU) ### Tutorials -* On iRead: [https://iread.ga/posts/82/how-to-create-a-url-shortener-using-flask](https://iread.ga/posts/82/how-to-create-a-url-shortener-using-flask) * On freeCodeCamp: [https://www.freecodecamp.org/news/python-tutorial-how-to-create-a-url-shortener-using-flask/](https://www.freecodecamp.org/news/python-tutorial-how-to-create-a-url-shortener-using-flask/) -* On Personal Blog: [https://blog.ashutoshkrris.tk/how-to-create-a-url-shortener-using-flask](https://blog.ashutoshkrris.tk/how-to-create-a-url-shortener-using-flask) +* On Hashnode: [https://ashutoshkrris.hashnode.dev/how-to-create-a-url-shortener-using-flask](https://ashutoshkrris.hashnode.dev/how-to-create-a-url-shortener-using-flask) `.env` file contents: @@ -23,4 +20,4 @@ APP_SETTINGS=config.DevelopmentConfig FLASK_APP=core ``` -While deploying the app, make sure you change the `APP_SETTINGS` to `config.ProductionConfig`. \ No newline at end of file +While deploying the app, make sure you change the `APP_SETTINGS` to `config.ProductionConfig`.