Code Monkey home page Code Monkey logo

cih-bachend's Introduction

CIH-Backend - 竞赛小助手后端

技术栈简介

快速开始

本地开发环境准备

  • 运行环境:建议 node 选择 LTS 版本,最低要求 8.x。
  • 源代码获取:创建好工作目录并使用以下命令获取代码
$ git clone https://github.com/yingyingyingyin/CIH-Bachend.git
  • 修改 config/config.default.js中关于mysql和redis链接的配置

  • doc/database.sql导入数据库,完成数据库初始化

  • 再项目的根目录执行以下命令运行本地项目

$ npm install && npm run dev

至此你就可以使用Postman等测试工具进行测试在开发

项目部署

  • 下载本项目的发行版本,上传至服务器。使用以下命令进行解压。
$ tar -xvf  [filename].tar.gz
  • 运行以下命令进行依赖的安装
$ npm install
  • 启动项目
$ npm start
  • 停止项目
$ npm stop

项目相关文档

开源协议

Apache 2.0

cih-bachend's People

Contributors

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