Code Monkey home page Code Monkey logo

moviesite's Introduction

movieSite

A movie website based on MEAN frame.

简介

本项目是基于MEAN框架的仿豆瓣电影网站开发实践。什么是MEAN框架?它可绝对不是吝啬的框架哦,而是包含了Mongoose(用于操作MongoDB)、Express、AngularJS以及Node.js的全Javascript开发架构,首先Express对Node.js作为Web服务器那繁琐的网络操作进行了封装,所以网络连接、请求分发啥的都不是事儿,这样我们就可以专心写业务逻辑了。AngularJS则直接把前端从后端开发中分离了出来,是一个纯血统前端开发框架。它提供了声明式的双向数据绑定(就是html页面的数据和AngularJS作用域里的数据只要其中一个改变,另一个也会跟着改变),而且对DOM的破坏和重构影响更小,浏览器需要重新渲染的页面也就更少。MongoDB是一个轻量级的文档数据库,数据以JSON格式存储。最后Node.js是基于Google V8引擎的服务端开发语言,有了它我们才可以建立起全Javascript开发架构。

项目完成后的页面如下图所示 录入页

首页

moviesite's People

Contributors

lilythy avatar

Watchers

James Cloos 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.