GithubHelp home page GithubHelp logo

ubos-template-crud's Introduction

UBOS-template-CRUD

Ubos - End-to-End Software Development Platform

Use template

Product List Management CRUD Application

This Node-RED template provides a CRUD (Create, Read, Update, Delete) application for managing a product list. It includes several HTTP endpoints to handle different operations:

  • /createProduct: This endpoint accepts a POST request to create a new product record. It requires the product name, price, and optionally rating in the request body.
  • /getProducts: This endpoint accepts a GET request to retrieve all product records from the database.
  • /updateProduct: This endpoint accepts a PUT request to update an existing product record. It requires the product ID and updated fields in the request body.
  • /deleteProduct: This endpoint accepts a DELETE request to remove a product record from the database by its ID.

CRM

Additionally, the template features an AI-powered bulk create feature with the /AIBulkCreate endpoint. This endpoint takes a prompt from the user and interacts with the OpenAI API to generate parameters for creating multiple product records based on the prompt and the /createProduct API documentation. The generated parameters are then used to make requests to the /createProduct endpoint, effectively enabling users to create multiple product records at once using natural language input.

Database Details

The application uses MongoDB as the database to store product records. The database connection details are configured using environment variables, ensuring flexibility and security in deployment.

This Node-RED template offers a comprehensive solution for managing a product list efficiently, combining traditional CRUD operations with the innovative use of AI-powered natural language processing for bulk creation.

Features

User-Friendly CRUD Operations

  • Create: Easily create new product records by providing essential details such as name, price, and optional rating. Your data is securely stored in MongoDB.
  • Read: Retrieve a comprehensive list of all your products, ensuring you have complete visibility of your inventory.
  • Update: Effortlessly modify existing product details to keep your data accurate and up-to-date.
  • Delete: Streamline your inventory by removing obsolete or unwanted products from your list with just a few clicks.

AI-Powered Bulk Creation

  • Efficient: Describe the products you need, and our advanced AI technology, powered by OpenAI, generates the necessary parameters based on API documentation.
  • Time-Saving: Save time by creating multiple product records at once using natural language input.
  • Consistent and Accurate: Ensure consistency and accuracy in your product data with automated bulk creation.

CRM

ubos-template-crud's People

Contributors

mashtalerolha avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.