coder README"coder" is a code generator created with the intention of automating the code I see myself writing often. FeaturesReact -> CRUD : Based on a model name provided by you, creates a bunch of Components, Models and Services that allows you to Create, Read, Update and Deleta that model from an api. It wont work out of the box, as api endpoints are guessed based on the Model name, but will get you a lot closer to where you want to go, and a lot faster. |