My experience with a headless CMS (Strapi)

🔗 dev.to link I was approached by my friend to develop a E-commerce site for his book publishing business. I was mainly responsible for the back-end part. Requirements were basic: A good looking frontend. Multivender (multiple book Publishers / Sellers). Admin panel. Usual E-commerce stuff: Orders, payments, refunds, shipping, invoice generation etc. Initially we started off with next.js in the frontend, with postgresql , Typeorm and express.js in backend. We knew from day 1 that it might take a huge time to develop, especially the admin panel, so we were looking for alternatives....

29 January, 2024 · 7 min · 1368 words

quiz

🔗 Github repo quiz A simple quiz app in React Native and TypeScript How to run You must have nodejs , and yarn installed. Run “yarn” in project’s root folder, then run “yarn start”. Then, use the expo go app to run this React Native project. You may also open this app in a web browser. Just follow the instructions in the terminal.

12 April, 2022 · 1 min · 63 words