Git Product home page Git Product logo

a-tech-backend's Introduction

农科110项目 后台管理端

项目文档

  1. api 文档 docs/swagger-atech-api.yaml (使用SwaggerUI打开)
  2. 已部署文档访问地址http://sxnk110.workerhub.cn:3000
  3. 已部署前端访问地址http://sxnk110.workerhub.cn
  4. 已部署管理员后台访问地址http://sxnk110.workerhub.cn:9080
  5. 已部署后端api访问地址http://sxnk110.workerhub.cn:9000

项目开发部署

项目中 client 文件夹是前端项目

部署方法:

  1. 在client项目中右键Git Bash Here
  2. 安装nodejs (安装包)
  3. 安装bower (npm install -g bower)
  4. 安装grunt (npm install -g grunt)
  5. 安装grunt-cli (npm install -g grunt-cli)
  6. 安装依赖 (bower instal)
  7. 安装npm 依赖 (npm install)
  8. 运行前端服务器 (grunt serve)
  9. 浏览器访问 127.0.0.1:9080 (需要先开启后台服务)

server 文件夹是后端项目

部署方法:

  1. 导入到IDEA
  2. 修改数据库配置文件
  3. 创建相应数据库(无需建表)
  4. sbt console
  5. run
  6. 访问 127.0.0.1:9000/app/posts 测试

a-tech-backend's People

Contributors

guodont avatar jackbome avatar zlzllz 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.