What's the easiest way to create backend for a website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What's the easiest way to create backend for a website?

I've always wanted to set up a website. Recently I got a chance to acctually create a website for our small noprofit organisation(the old site is completely out of date). I've writen most of it myself and borowed the rest from various tutorials. The html/css/js part of the website is finished, but now I'm faced with a problem of creating a backend. I could just dump it on the server and edit it myself when needed but there are also other people involved, who know nothing about html and would therefore be unable to add any new content. What do you guys think, would be the best way to go about creating backend for my website?

28th Feb 2017, 5:38 PM
Janez Novak
2 Answers
+ 5
I would say that some bitnami project is possible here. from scratch it is not so easy to create eg CMS on your own
28th Feb 2017, 5:49 PM
Patrik Sokol
Patrik Sokol - avatar
+ 1
Now is possible on php choose Laravel, REST api no problem, ORM no problem. CMS - Wordpress the easy of the easy way just search a theme and work on put content but really no promess changes to your boss ok, custom modify wp take a lot of time. On Python nothing, RUN, support for django is dead.
1st Mar 2017, 2:17 AM
nextco
nextco - avatar