control-center

所属分类:项目管理
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2023-08-22 08:10:39
上 传 者sh-1993
说明:  该存储库用作开发和管理我们尖端控制中心系统的中心枢纽。我们的项目旨在...,
(A Control System that manages every users and projects.)

文件列表:
.mvn/ (0, 2023-11-19)
.mvn/wrapper/ (0, 2023-11-19)
.mvn/wrapper/maven-wrapper.jar (62547, 2023-11-19)
.mvn/wrapper/maven-wrapper.properties (233, 2023-11-19)
frontend/ (0, 2023-11-19)
frontend/package-lock.json (1820097, 2023-11-19)
frontend/package.json (2645, 2023-11-19)
frontend/public/ (0, 2023-11-19)
frontend/public/favicon.ico (3870, 2023-11-19)
frontend/public/index.html (1755, 2023-11-19)
frontend/public/logo.png (49472, 2023-11-19)
frontend/public/manifest.json (483, 2023-11-19)
frontend/public/robots.txt (67, 2023-11-19)
frontend/src/ (0, 2023-11-19)
frontend/src/App.css (564, 2023-11-19)
frontend/src/App.test.tsx (273, 2023-11-19)
frontend/src/App.tsx (14408, 2023-11-19)
frontend/src/Assets/ (0, 2023-11-19)
frontend/src/Assets/Logo.png (31335, 2023-11-19)
frontend/src/Assets/Logo1.png (43049, 2023-11-19)
frontend/src/Assets/Test.jpg (104571, 2023-11-19)
frontend/src/Assets/backgrounds/ (0, 2023-11-19)
frontend/src/Assets/backgrounds/animatedSvg.svg (119876, 2023-11-19)
frontend/src/Assets/backgrounds/depth1.jpg (697669, 2023-11-19)
frontend/src/Assets/backgrounds/depth2.jpg (678651, 2023-11-19)
frontend/src/Assets/backgrounds/depth3.jpg (725375, 2023-11-19)
frontend/src/Assets/backgrounds/depth4.jpg (689048, 2023-11-19)
frontend/src/Assets/backgrounds/depth5.jpg (769339, 2023-11-19)
frontend/src/Assets/backgrounds/depth6.jpg (801255, 2023-11-19)
frontend/src/Assets/backgrounds/depthBlue1Svg.svg (768909, 2023-11-19)
frontend/src/Assets/backgrounds/depthBlue2Svg.svg (702168, 2023-11-19)
frontend/src/Assets/backgrounds/splatterSvg.svg (4918, 2023-11-19)
frontend/src/Assets/bg2.png (242239, 2023-11-19)
frontend/src/Assets/bg3.png (180580, 2023-11-19)
frontend/src/Assets/bg4.png (534652, 2023-11-19)
frontend/src/Assets/bg5.jpeg (463740, 2023-11-19)
... ...

# Control Center Project Welcome to the Control Center Project repository! This project is developed using ReactJS with Typescript for the frontend, Redux Toolkit and Redux Saga as middleware for state management, Spring Boot Java for the API server, and MySQL as the database. ## Table of Contents - [Project Overview](https://github.com/arieldiego73/control-center/blob/master/#project-overview) - [Features](https://github.com/arieldiego73/control-center/blob/master/#features) - [Getting Started](https://github.com/arieldiego73/control-center/blob/master/#getting-started) - [Prerequisites](https://github.com/arieldiego73/control-center/blob/master/#prerequisites) - [Installation](https://github.com/arieldiego73/control-center/blob/master/#installation) - [Frontend](https://github.com/arieldiego73/control-center/blob/master/#frontend) - [Tech Stack](https://github.com/arieldiego73/control-center/blob/master/#tech-stack-frontend) - [Folder Structure](https://github.com/arieldiego73/control-center/blob/master/#folder-structure-frontend) - [Backend](https://github.com/arieldiego73/control-center/blob/master/#backend) - [Tech Stack](https://github.com/arieldiego73/control-center/blob/master/#tech-stack-backend) - [Project Structure](https://github.com/arieldiego73/control-center/blob/master/#project-structure-backend) - [Contributing](https://github.com/arieldiego73/control-center/blob/master/#contributing) - [License](https://github.com/arieldiego73/control-center/blob/master/#license) ## Project Overview The Control Center Project aims to provide a comprehensive solution for managing and controlling various aspects of a system. It leverages modern technologies and best practices to create a user-friendly interface for efficient system management. ## Features - User authentication and authorization - Dashboard for real-time system monitoring - Configurable settings and controls - Data visualization through charts and graphs - Seamless communication with the backend API - Data persistence using MySQL database ## Getting Started ### Prerequisites Before you begin, make sure you have the following tools installed: - Node.js - npm (Node Package Manager) - Java Development Kit (JDK) - MySQL Server ### Installation 1. **Clone the repository:** ```bash git clone https://github.com/your-username/control-center-project.git cd control-center-project ## Frontend ### Tech Stack (Frontend) - ReactJS with Typescript - Redux Toolkit for state management - Redux Saga for middleware - Material-UI for UI components ### Folder Structure ```bash control-center-project/ ├── frontend/ │ ├── public/ │ ├── src/ │ │ ├── assets/ │ │ ├── components/ │ │ ├── pages/ │ │ ├── store/ │ │ ├── utils/ │ │ ├── App.tsx │ │ └── index.tsx │ ├── package.json │ └── ... └── ... ``` ## Backend ### Tech Stack (Backend) - Spring Boot Java - MySQL database ### Project Structure ```bash control-center-project/ ├── src/ │ ├── main/ │ │ ├── java/ │ │ │ ├── com/ │ │ │ │ ├── controlcenter/ │ │ │ │ │ ├── controlcenter/ │ │ │ │ │ │ ├── controllers/ │ │ │ │ │ │ ├── dao/ │ │ │ │ │ │ ├── mapper/ │ │ │ │ │ │ ├── model/ │ │ │ │ │ │ └── ControlCenterApplication.java │ │ │ │ │ └── ... │ │ └── resources/ │ │ ├── mappers/ │ │ └── application.properties │ │ └── ... │ └── test/ │ └── ... └── ...

近期下载者

相关文件


收藏者