GithubHelp home page GithubHelp logo

node-movie's Introduction

node-movie

该项目是以node.jsexpress框架为基础实现的电影网站。
node.js学习项目

使用

依赖安装

  • 确保 git 环境
  • 确保 node.js 环境
  • 首先在本地的workspace中初始化git环境,并进行clone
$ git init
$ git clone https://github.com/TalkWIthKeyboard/node-movie.git
  • 使用package.json安装node的包依赖
    • 查看package.json中的 dependencies 字段
    • 通过npm命令依次全部安装
$ npm install xxx
  • 使用bower.json安装前端的包依赖
    • 查看bower.json中的 dependencies 字段
    • 通过bower命令依次全部安装
    • 安装的默认路径在 .bowerrc 中设置
$ bower install xxx

使用方法

本地调试

  • 进入项目目录
$ node app.js
  • 默认入口
http://localhost:3000/

node-movie's People

Contributors

talkwithkeyboard avatar

Watchers

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