Hacker News new | ask | show | jobs
by zubairlk 2073 days ago
These are good for client facing work?

Any tips for the database side?

It is easy to paint something in a wireframe, but the database has to be structured in a certain way for the app to work as well.

1 comments

For the database side, I suggest NoSQL databases such as MongoDB. You're able to add, change properties very easily.

At the same time, however, you don't have an ORM designer, which is very handy to design databases.

For the back-end, I use Strapi. Which is great for prototyping or industry-grade server app.

Hope this helps.

Thanks!