Skip to content

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.

Notifications You must be signed in to change notification settings

Anmoljagota/dataNeuron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published