Code Monkey home page Code Monkey logo

hellonodejsmedical's Introduction

HelloNodejsMedical

移动医疗Web项目Demo。

实现用户注册登录,医生CRUD信息管理基本功能。

技术框架Nodejs (Express)+ MongoDB + Bootstrap,同时为这些技术的入门案例。

================== 简要说明: app.js是整个应用的启动入口。 server.js是系统服务配置和创建的地方。 conf.js中存放着系统的配置信息。 mongodb.js是与MongoDB相关的内容。 models模块中中存放着mongoose的模型类如User,Doctor。 routes中是应用路由控制跳转(Router)和请求分发处理的模块,根据对象信息进行模块化。 views是系统展现给用户的ejs前端页面。 daos中封装了所有对数据库的操作,对应models。 public中是一些静态元素,如js,css,images,JQuery,Bootstrap都在其中。 package.json中定义了系统需要的其他的第三方模块,如express,ejs等。 node_modules中则是存放通过npm安装的第三方依赖包,如express,mongoose,log4js等。 logs中存放了系统日志

后台的各个模块中其实有一个基于express和ejs的MVC模式,对应的三个模块为:models(M)-views(V)-routes(C).

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.