Git Product home page Git Product logo

info's Introduction

info

这个项目是为了毕业设计而设计和制作的一个简单的信息采集系统,前端采用AngularJS框架,后端使用Node.JS,数据库选择了MongoDB。

项目简介

项目使用grunt构建工具,利用generator-angular构建生成前端结构,后由于需要使用嵌套路由,改为使用generator-angular-ui-router。在搭建项目的时候,采用前后端分离的结构,后端代码在deploy目录下,编译完成后,自动将打包压缩好的前端代码拷贝到后端public目录下

依赖环境

  1. 确保你已安装Node.js
  2. 由于采用了compass,所以你需要安装Ruby
  3. 安装Redis
  4. 安装MongoDB
  5. 在info目录下执行npm install & bower install 来完成前端依赖的安装
  6. 在deploy目录下执行npm install 来完成后端依赖安装

如何运行

  1. 在info目录下执行grunt serve来运行前端程序
  2. 进入deploy目录下执行npm start来启动后端服务器
  3. 打包请执行 grunt build

备注

1.本项目只用来了解学习相关技术栈,故程序存在些许BUG,而且在安全性方面并未做优化

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.