Giter Site home page Giter Site logo

movie-info's Introduction

Vue+Element+Express 全栈开发

主要功能点

  • Vue router使用
  • 用户的注册登录及校验
  • JWT认证机制
  • 资源增删改查
  • Postman工具使用
  • 使用反向代理进行生产环境应用部署

分支说明

第一部分

  • 01,使用VueClI、Element搭建前端工程
  • 02,使用Express搭建后端工程,并配合nodemon进行后台单步调试,使用ESlint进行代码的检查
  • 03,使用Sequelize实现数据库的连接,完成model的定义

第二部分

  • 2.1,数据资源的增删改查
  • 2.2,敏感信息(密码)的加密存储
  • 2.3,JWT用户认证

第三部分

movie-info's People

Contributors

403studio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

movie-info's Issues

请教

您好,小白一个,在B站看到了您的视频,下了源码想看一下实际效果,学习一下,各种依赖包也都安装了,nginx服务器反向代理也都设置了,现在其他应该没问题,但是在页面一直是显示 [400],数据查询异常请稍后再试,但是在服务器后台显示已经收到请求,如下,Executing (default): SELECT id, name, year, director, genre, poster, rating, imdb_id, description, created_at AS createdAt, updated_at AS updatedAt, deleted_at AS deletedAt FROM movies AS Movie WHERE (Movie.deleted_at IS NULL) ORDER BY Movie.updated_at DESC;
::ffff:127.0.0.1 - - [26/Sep/2019:07:34:49 +0000] "GET /movies HTTP/1.1" 400 47 "http://localhost:8000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36",希望得到您的回复

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.