I’m currently completing my final year project for a degree. I’m creating a website for my project however unsure of what methodology to use.
Can anyone suggest any appropriate methodologies which could be used?
|
I’m currently completing my final year project for a degree. I’m creating a website for my project however unsure of what methodology to use. Can anyone suggest any appropriate methodologies which could be used? |
|||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
If you mean methodology as in pattern then the MVC pattern/methodology will not fail you. You need to separate the views/display which is html into templates. The controller will contain methods that are invoked when any url is clicked and the model will contain functionality for updating and querying whatever backend you are using to store your data. If you are referring to technology then you could pick one programming language with a web framework and go with it.Personally I would pick python and use the flask or bottle framework with a host of other plugins. |
|||
|
|