What’s a Lightweight Backend Option for a Simple Portfolio?

0
7
Asked By CreativeFox99 On

I'm creating a portfolio for my friend using ReactJS. The frontend is complete, but she wants the ability to easily update her projects and skills without needing a developer's help. I usually work with Symfony or .NET for backends, but I feel like both are too heavy for this simple one-page app since there's no need for scalability and it shouldn't require a complex database setup. What would be a good solution that's not too time-consuming or resource-intensive?

4 Answers

Answered By FrontendFanatic07 On

Forget a backend! Use local storage in the frontend as your 'database'. It's simple and avoids the overhead of creating a backend altogether. You can just set up some API endpoints with a service online if you really need them.

Answered By EasyPeasyDev On

What about using Firebase? It's user-friendly and can handle the backend for you without much hassle.

Answered By RealTalkGuy42 On

Honestly, I wouldn't recommend doing someone else's portfolio unless you're getting paid. It's a bit of a disservice to both of you. If you still want to help, I'd suggest looking into Sulu CMS or Craft CMS for a more content-driven approach. They're lighter than full frameworks without sacrificing functionality.

SkepticalPanda88 -

Yeah, but portfolios can be super basic and don't necessarily need a backend. With something like Sulu or Craft, you'd be giving them too much power for a simple site.

Answered By CasualCoder12 On

If you're looking for something lightweight, I'd go with Node.js and SQLite. It's perfect for a simple site like this. You could skip a backend altogether and just host it on nginx, using markdown files for input instead. Way easier to manage!

MinimalistDev23 -

Exactly! A portfolio site doesn't need to be complicated at all.

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.