I'm working on a school project where I need to create a mock shopping website. The main features will include logging in and adding items to a shopping list, but there won't be any real shopping or personal information involved. I'm wondering if I need to use Docker for this project, or if it's not necessary?
3 Answers
If the school didn't specify using Docker, I’d say skip it and just keep it simple. Maybe go with a local setup that uses local storage for handling logins and lists without needing a backend.
Totally optional. It could make things easier for grading if you package everything nicely, but it's not a requirement.
You don't actually need Docker for this project at all! Just focus on building your site the way your assignment requires.
Yeah, I agree! Unless you want to deploy it later on a VPS, it's not a must-have for initial development.
Exactly! Just focus on making a solid local version. All that extra stuff isn't necessary right now.