Hacker News new | ask | show | jobs
by viviansolide 2070 days ago
Hard to say.

But you get the idea, wireframes and user stories are a good starting point. Sitemaps are great too.

For tiny projects, I use Sketch to get a prototype. The client may easily stumble upon something unexpected.

1 comments

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.

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!