• Stars
    star
    2
  • Language
    JavaScript
  • Created about 4 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Node JS to generate CRUD operations for API to avoid repeating the same tasks again and again. It should accept an input of Javascript Object that defines the entities and from there create the Controllers, Models, Migrations, Server config with CORS, .env and relations.