Ivan Dudin

What do you do if you need a quick CRUD API deployment for a small project or experiment?

by
For example you need to write or edit arbitrary entities very quickly from the backend or frontend, read them, filter them. We create experimental projects almost every week and this is a very common task
1 view

Add a comment

Replies

Best
Simon Peter Damian
Next.js+Firebase. Next.js for rapid API, Firebase for flexibility and schemaless entities. This is what I tend to do
Ivan Dudin
@theterminalguy Great combo! We've used this bundle a few times, but we're always looking to increase the speed of getting REST for small projects, so Next.js+Firebase is a thing of the past