Code Monkey home page Code Monkey logo

backend's Introduction

Penguin Statistics

企鹅物流数据统计

  • https://penguin-stats.io/
  • 明日方舟素材掉落统计与分析
  • 根据人工汇报的掉落样本,生成各作战和各素材的统计结果,方便博士们对刷素材的效率进行参考
  • 更多功能敬请期待

如何食用本repo

此repo包含网站后端,项目基于Spring Boot 2.1.6,数据库使用MongoDB。

准备工作

  1. 安装maven
  2. 安装IDE对应的lombok插件
  3. 安装MongoDB(可选)
  4. 如果选择本地运行MongoDB,可以联系作者获取dump得到的BSON文件,并执行以下命令添加测试用数据(可选)
mongorestore -h localhost:27017 -d penguin_stats <path of penguin_stats directory>
  1. 打开src/main/resources/application.properties,将spring.data.mongodb.uri中的usernamepassword替换为相应的用户信息。若有自定义需求,也可改变本文件中的其他值

启动

  1. 在项目根目录下执行mvn spring-boot:run,或运行PenguinStatisticsApplication类中的main方法
  2. 提示PenguinStats is running后,即完成启动

Build

执行mvn clean package后,将target/PenguinStats.war部署至服务器上即可。

API文档

  1. 已上线版本的API文档请见这里
  2. 本地调试版本可以访问/PenguinStats/swagger/swagger-ui.html

意见和建议

各种想法欢迎提Issue,也可以通过网站介绍页面下方的联系方式找到我和Penguin Stats的其他团队成员。

backend's People

Contributors

alvissreimu avatar cyj5230 avatar chaosniku 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.