Daniel Nikulshyn

Code Vacations — Work Less - Log More

Featured
11
•
API code generator 2022 for FREE

Add a comment

Replies
Best
Brittany Joiner {Britt the Builder}
How does this work? I think im confused a bit. Creates a table in a UI and then generates the code you need to add for your app to interact with it?
Daniel Nikulshyn
Hi @britt_joiner! It works like this: you need to select database type (MySQL, etc..) after you need to add tables (their schemas) and click "Generate for free". It will return you a zip file with your rest API where you will receive crud methods & endpoints for each table schema. In addition, you don't need to create the same tables in your database - they will be created automatically by you rest api.
Daniel Nikulshyn
min work = max result
Brittany Joiner {Britt the Builder}
@daniel_nikulshyn1 interesting im a bit intimidating by playing with databases from scratch. Would you recommend this for someone who understands databases better and just wants to do it more quickly? Or is it good for someone who is new to the whole process of creating databases and APIs to get data into and from them?
Daniel Nikulshyn
@britt_joiner this is more than safe for beginners, as you will have to connect to an empty database. I can recommend this program to any developer
Daniel Nikulshyn
@britt_joiner thank you! have a nice day/evening!
Daniel Nikulshyn
Hello everyone! I developed this project a long time ago, but I didn't share it with anyone because it was my magic wand. But now I changed my mind :) this is only the first version, from now on I want to understand whether developers need this magic wand. If so, I will put in a lot of effort so that you get your dream vacation. Because with the help of this program you can really sit without work for a week and log time your time in JIRA
Taylor
@daniel_nikulshyn1 any thoughts on adding more languages (for backend generation) or open sourcing it? It's nice if there is a standard.
Daniel Nikulshyn
Hi @taylor_funk! Nice idea, yeah I'm planing to add python, java, etc.. also frameworks and others features