Hacker News new | ask | show | jobs
by xgenecloud 2190 days ago
>> Creates a hot-reloading server that auto-updates whenever models are updated or created.

This is neat.

Does this mean - if your generator finds a new model in mongodb, it autogenerates model file within the folder and vice-versa it creates APIs if there is a new model file within model folder ?

1 comments

Yes, if it finds a new model in the `./models` folder, it'll automatically create those endpoints!