Coder Social home page Coder Social logo

kevin-zh-cs / movie-search-engine Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 1.0 1.56 MB

基于Elasticsearch,Vue,Springboot和Web爬虫的仿豆瓣电影搜索引擎

Java 55.45% CSS 18.20% HTML 26.34%
elasticsearch springboot2-x vue search-engine movies-api

movie-search-engine's Introduction

Overview

image

MVC

使用了MVC(Model-View-Controller)的设计模式,底层用的SpringBoot框架,将业务逻辑、数据、界面显示分离的方法组织代码,将业务逻辑聚集到一个部件里面,在改进和个性化定制界面及用户交互的同时,不需要重新编写业务逻辑。

  • Model - 项目中的pojo只有一个Movie类,在业务层接收搜索关键字通过文件索引查询数据并且完成数据的封装任务,是项目的核心逻辑处理的地方。
  • View - 通过前端网页实现数据的可视化,向其传递List<Moive>。
  • Controller - 控制器作用于模型和视图上,用于接收前端发送的数据请求,及时调用业务层代码。

image

movie-search-engine's People

Contributors

kevin-zh-cs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

tanbinh123

movie-search-engine's Issues

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.