What are the best backend options for a small business website?

0
19
Asked By TechieTurtle98 On

I'm a computer science student, and I've been working on a website for a friend's jewelry store. They've paid me $3,000 for it, which I thought was fair for my efforts. I've spent the last two months developing the frontend using Next.js, and I'm nearly finished. Now, I'm trying to figure out the backend. I'm considering using headless WooCommerce, but I'm a bit unsure about the various options available and which would be the easiest to implement. I've never done a project like this before, but I have a solid grasp of JavaScript. According to my estimates, the store will have around 50 products, and I want to include features like product creation, user accounts, a shopping cart, and payment integration. Plus, I'm getting an additional few hundred dollars each month to maintain the website, and I'm planning to set up a CMS so they can manage their products easily.

4 Answers

Answered By CodeCruncher55 On

You could also look into using an open-source CMS like OpenCart. It's designed for e-commerce and has quite a bit of flexibility. If you know JavaScript or Python, there are plenty of frameworks you can use for the backend, depending on how you want to structure your project.

Answered By WebWizard42 On

You might want to consider using WordPress for this project. It's free, open-source, and very customizable, especially for small business needs. It can handle everything you're looking to do without getting too complicated.

Answered By ShopifyGuru77 On

Given that you're just starting out, it might be better to use a service like Shopify for the jewelry store. It's user-friendly and perfect for e-commerce. Plus, it's designed to handle the complexities of running an online shop, which could save you a lot of headaches.

Answered By DevDude88 On

While headless solutions are cool, they can be pretty complex for a first project. If you're looking for something simpler, WordPress is definitely a solid choice. It can handle your requirements without the added complexity of headless setups.

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.