Git Product home page Git Product logo

anmoljagota / dataneuron Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21 KB

Dataneuron is a project that implements CRUD operations, allowing users to add, update, and manage data via API calls. It also utilizes the React-Grid-Layout library to enable resizable and draggable components, enhancing user interaction and customization.

Home Page: https://data-neuron-frontend-kappa.vercel.app/

JavaScript 93.86% HTML 1.64% CSS 4.50%
chakra-ui react-grid-layout reactjs redux-toolkit

dataneuron's Introduction

React Application with Navbar, Resizing, and CRUD Operations

This repository contains a React application with a navigation bar, resizable components, and CRUD (Create, Read, Update, Delete) operations for managing employee data.

Features

  • Resizing: Navigate to resize the components using the react-grid-layout library.
    • CRUD Operations: Navigate to perform CRUD operations on employee data.
  1. Resizing (First Task):

    • Utilizes the react-grid-layout library for resizing components.
    • Allows users to resize components dynamically.
  2. CRUD Operations (Second Task):

    • Users can add a new employee with the following details:
      • Image
      • Name
      • Field
      • Position
      • Employee Type
    • Users can update the details of a single employee.
    • Provides a count of how many times the add and update API endpoints were hit.

Installation and Setup

To run the application locally, follow these steps:

  1. Clone the repository to your local machine:
    git clone <repository-url>
    
    

Backend Details

Welcome to dataneuron_Backend

Project Name

dataneuron

Database Schema

Crud_operation

  • image: string
  • name: string
  • field: string
  • position: string
  • EmployeType: string

API Endpoints

API Endpoints

List the available API endpoints and their descriptions here.

Backend API Documentation

Welcome to the backend API documentation for project. This documentation provides information on available endpoints and how to use them for frontend development.

get all Employes

  • URL: https://dataneuron-backend-3.onrender.com/
  • Method: get
  • Description: get all employee employees.
  • Extra info: no need to pass anything just make the request

Add new Employee

  • URL: https://dataneuron-backend-3.onrender.com/add
  • Method: POST
  • Description: Add a new employee.
  • Request Body:
    • Include employee details.

Update Employee

  • URL: https://dataneuron-backend-3.onrender.com/update/:id
  • Method: PATCH
  • Description: update new employee.
  • Request Body:
    • Include details that need ti be update.
      • Request params:
    • Include employee id in params.

Get api counts

  • URL: https://dataneuron-backend-3.onrender.com/count
  • Method: GET
  • Description: get api counts of add and update.
    • Extra info: no need to pass anything just make the request

dataneuron's People

Contributors

anmoljagota 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.