Ask HN: In 2022 how do you develop a simple CRUD app if you have few time?
31–38 of 38 posts
Re: Ask HN: In 2022 how do you develop a simple CRUD app if you have few time?
#32Re: Ask HN: In 2022 how do you develop a simple CRUD app if you have few time?
#33Re: Ask HN: In 2022 how do you develop a simple CRUD app if you have few time?
#34Depending on what you're trying to do, Retool ( https://retool.com/ ) can get you up and running very quickly. It's great for quick and dirty internal tools, but maybe not that suitable if you are going to build something large and complex that you need a lot of custom functionality for. In that case, I recommend Flask [1] + SQLite [2] (you can swap out SQLite for Postgres if you start hitting scaling issues). Flask…
Check out this great introductory video by Michael Kennedy from FlaskCon [^1]
Add AplineJS + Tailwind + daisyUI if you want something fancy.
Re: Ask HN: In 2022 how do you develop a simple CRUD app if you have few time?
#35I find Laravel (with something like livewire or Unpoly) quite easy, well documented and battle tested. Of everything I've tried in my life this is the best "one man army" stack I've seen.
Re: Ask HN: In 2022 how do you develop a simple CRUD app if you have few time?
#36Headless CMS seem to be an interesting approach. I've had some success lately with Sanity [0] which I enjoy [1] a bit more than other Headless CMS because of their data lake and CDN. Just this week-end, a friend had an idea that he wanted to make a list of healthy products. I suggested Google Sheets as a starting 'database' and see where we move from there. He had some issues with inserting images to it though so I j…
Re: Ask HN: In 2022 how do you develop a simple CRUD app if you have few time?
#37Re: Ask HN: In 2022 how do you develop a simple CRUD app if you have few time?
#38Subscribe for early access, and i can give you a demo.
Also, have contact info in my HN profile.