Do I really need Docker for my mock shopping site project?

0
4
Asked By CuriousCactus34 On

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

Answered By SassySparrow11 On

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.

NimbleNarwhal45 -

Exactly! Just focus on making a solid local version. All that extra stuff isn't necessary right now.

Answered By FrothyFrog59 On

Totally optional. It could make things easier for grading if you package everything nicely, but it's not a requirement.

Answered By BriskBumblebee22 On

You don't actually need Docker for this project at all! Just focus on building your site the way your assignment requires.

ThoughtfulTurtle88 -

Yeah, I agree! Unless you want to deploy it later on a VPS, it's not a must-have for initial development.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.