Git Product home page Git Product logo

second-hand-sale-system's Introduction

Second-Hand-Sale-System中文文档

嗨,这是一个基于React+DAO架构的小型二手书交易系统,由Get、Gjl和yh在一周半的时间中完成。如果感兴趣可以通过我的邮箱与我取得联系~

环境配置及需求

前端环境及配置

  • Node.js前端包管理工具 版本:20.11.0 (LTS 长期维护版本,自带npm)
  • React 前段开发框架

后端环境及配置

  • Jdk Java开发工具 版本:1.8

  • Tomcat 后端部署本地服务器 版本:9.0.84

  • Maven包管理工具

  • Intellij IDEA编译器版本:2023.02

数据库环境及配置

  • SQL Server 2022版本
  • SQL语句及命令在

本地调试配置

前端配置

克隆到本地

git clone https://github.com/Getttttttt/Second-Hand-Sale-System

首先进入前端进行部署

cd /front-end/second-hand-system

注意:请确保电脑上有长期维护版本的node.js,对于react框架,初次Clone到本地需要对于相关包文件进行安装与下载配置:

npm install

之后可以通过start以开发者模式运行,也可以直接在build后的版本中进行扩展。(我在package.json文件中将代码部署端口设置为9000,如果9000端口已被占用,可自行修改,但是修改需要对于后端中的Controller内部所有接口的同源策略进行调整)

npm start

后端配置

后端需要在Second-Hand-Sale-System\back-end\ApplicationInterface\SecondHandSystemAPIs中打开IDEA,请确保IDEA版本、Tomcat版本以及JDK版本与前面的要求相一致,我们的后端默认是部署在8080端口中,请勿轻易变动,会导致前后端的连接出现问题。

功能介绍

image-20240122003643384

second-hand-sale-system's People

Contributors

getttttttt avatar jialurita avatar jiayunhuan avatar jyh21377063 avatar

Stargazers

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