AvgBlank / URLShortener

URLShortener simplifies URL management with an intuitive interface and efficient backend. Built with Flask and MongoDB, it offers a seamless experience for shortening URLs.
https://trim.lol
3 stars 9 forks source link

Fix #3 Containerized the application using Docker #10

Open ubaidrmn opened 5 hours ago

ubaidrmn commented 5 hours ago

This fixes #3 . I have also updated the readme file for instructions on how to setup the project using Docker. Please review this PR.

ubaidrmn commented 5 hours ago

I feel like there is room for improvement in the readme file as some steps are being repeated in both manual installation & docker installation 🤔. But I'm not exactly sure. Need you to review this @AvgBlank @AalokeCode

AalokeCode commented 5 hours ago

Hey! We will review the code and let you know.

AvgBlank commented 4 hours ago

Hello! Yes, upon going through the README file, I am noticing redundancy between the locally cloning/locally cloning using docker. I think we could perhaps go for either one of the two, or just offer docker as another alternative to setting up the program. Let me know your thoughts.

ubaidrmn commented 2 hours ago

Hello! Yes, upon going through the README file, I am noticing redundancy between the locally cloning/locally cloning using docker. I think we could perhaps go for either one of the two, or just offer docker as another alternative to setting up the program. Let me know your thoughts.

I think the users should be able to set it up both ways. If you think the instructions are clear enough then I guess it's not really a problem. Let me know if I should change anything.