Bluebull7 / CRUD-gen

0 stars 0 forks source link

REST API to CRUD App Generator

This project aims to automate the generation of basic CRUD (Create, Read, Update, Delete) applications directly from REST API specifications (OpenAPI / Swagger).

Features

Getting Started

  1. Install dependencies: npm install
  2. Provide an OpenAPI spec: (Place your spec file in the project)
  3. Run the generator: #(add the command to run your tool once developed)

Contributing

We welcome contributions to improve this project! Please refer to the unit tests in [issue #1](link to the issue) for guidance on core functionality.

  1. Fork the repository.
  2. Create a feature branch.
  3. Implement changes and accompanying tests.
  4. Submit a pull request.