Giter Site home page Giter Site logo

express4-angular-mongodb's Introduction

express4-angular-mongodb

webapp seed

项目框架


运行环境nodejs

  1. 服务器exressjs
  2. 框架angularjs,jquery,underscore
  3. 数据库mongoDB(mongoose驱动)
  4. 包管理工具bower
  5. 打包工具gulp(配置css,js,img压缩,sass解析,livereload监听)

项目目录

  1. app为后台程序文件夹,包含路由配置文件,数据库模型,服务controller等
  2. node_modules为依赖模块文件
  3. public为资源文件夹,包含静态资源,开发及生产资源等
  4. routes为express路由文件(angular路由在public/javascripts/app.js)
  5. uploads为上传文件夹
  6. views为express渲染模板(angluar模板在public/templates)
  7. .bowerrc 为bower配置文件,包含模块安装目录配置
  8. .jshintrc为gulpjs插件配置文件
  9. app.js为程序配置文件,启动命令"node app.js",地址("http://localhost:3000")
  10. bower.json为bower配置文件,包含依赖模块等
  11. gulpfile.js为gulp任务配置文件
  12. package.json为程序配置文件,包含npm依赖模块等
  13. server.js为服务器启动配置文件

express4-angular-mongodb's People

Contributors

goodwinfame avatar

Watchers

 avatar  avatar

Forkers

416377966

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.