Git Product home page Git Product logo

tech-radar's Introduction

Tech-Radar

简介

该应用使用node.js实现,使用express框架开发。用于展示技术关键词随时间变化呈现出来的热度变化。

说明

需要安装mysql, node.js(这里只提供ubuntu环境下的安装方法)

mysql安装方法:

sudo apt-get install mysql-server

本应用mysql数据库用户名和密码均为root, 数据库名为tech_radar,可以直接修改daos/google-trends-dao.js中更改这些信息。

node.js安装方法:

1,安装依赖:

sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install python
sudo apt-get install build-essential
sudo apt-get install gcc
sudo apt-get install g++

2,下载与安装node.js

wget http://nodejs.org/dist/v0.10.14.tar.gz
tar -zxf node-v0.10.14.tar.gz
cd node-vo.10.14
./configure
make
sudo make install
./configure -prefix=/usr/local/node
make
sudo make install


node --version

输出v0.10.14即成功

启动该应用需要建立MySQL数据表。直接将tech-radar.sql文件导入mysql数据库中即可,导入方式如下: 在tech_radar.sql所处目录下,运行如下语句,

mysql -uroot -proot tech_radar < tech-radar.sql

导入数据库之后在当前目录输入node app.js即可启动。在浏览器输入localhost:3000开始使用应用。

应用截图:

image

License:

GPLv3

tech-radar's People

Contributors

tajpure avatar isnothing avatar

Watchers

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