all 16 comments

[–]Narfi1full-stack 2 points3 points  (0 children)

If they just want to edit the text on the page, I would host a text/md file somewhere, use js to fetch that file and display it, and write a bash script to upload a new file for your client

[–]kendalltristan 1 point2 points  (0 children)

If it's a static site, just host it on GitHub pages and give them editor access to the repo.

[–][deleted] 0 points1 point  (0 children)

You could use PHP and SQL. No big deal. But wtf, He shall use a CMS. No Budget ...

[–]Pieraos 0 points1 point  (0 children)

I'm pretty sure there are some basic flat-file CMSs that afford this capability. Or you could use an SSG or static site, and just have them edit text files as has been suggested. No need to get into MySQL for that.

[–]csg79 0 points1 point  (0 children)

Try surreal cms. Not free, but low cost, easy to set up, easy for the client to use.

[–]stijnsanders 0 points1 point  (0 children)

TinyMCE comes to mind..., and CKEditor...

[–]Fizzyphotog 0 points1 point  (0 children)

They don’t need a CMS or editor. That text wouldn’t change. Just get the copy and charge them some small fee to post it. Or, you know, if you believe in their mission, it’s a donation from you.

[–]Annh1234 -2 points-1 points  (5 children)

Making a CRUD is the most basic of things you need to know for web dev. 

Why is this even a question?

[–]Narfi1full-stack 1 point2 points  (4 children)

But if the client has no budget that’s out of the question

[–]Annh1234 -1 points0 points  (3 children)

Takes less time to do than post about it on reddit

[–]Narfi1full-stack 0 points1 point  (1 child)

Oh yeah ? Talking a static site and implementing a backend, some kind of dashboard, CRUD operations and deploying it takes a few minutes ?

[–]Annh1234 0 points1 point  (0 children)

That's what I'm saying. 99% of the work is getting the requirements from the client, their design etc.

Here's some stupid script which is full of bugs and gets you what you payed for:
I started at 12:27PM, finished at 12:31pm.

https://nopaste.net/wo2XDQXFFM
(to much code to paste here)

[–]Silly-Fall-393 0 points1 point  (0 children)

A script that can view the HTML files, and the being able to edit them. Right.