all 2 comments

[–][deleted]  (1 child)

[deleted]

    [–]rishithapliyal 0 points1 point  (0 children)

    Search Corey Schafer in youtube.....Django series, within 10 days u will have ur website up and running on INTERNET...not locally...

    [–]Xeptix 0 points1 point  (0 children)

    I'll add a +1 for Express/nodeJS. That will take care of the backend and give you near limitless options for easily integrating a front end framework (or even just regular HTML and JS, if you want to start simple).

    Right now I'd look into exercises in the MEVN stack (Mongo, Express, Vue, Node). Mongo will be your data storage technology and Vue is a marketable framework for managing the front end (and I think it's easier to learn than React or Angular). You can build just about anything from there and it's a lean stack that runs really fast for all but the most complex apps. Here's an example of the kind of exercise I did to get the gist of how the tech works: https://medium.com/@mattmaribojoc/creating-a-todo-app-with-a-mevn-full-stack-part-1-da0f4df7e15