/mtime

🍳 A website use mTime api (egg)

Primary LanguageSmarty

MTime

A MVC mTime websit build with egg

features

  • All chinese location change
  • Movie list(hot, new and comming)
  • Movie detail
  • Movie trailer
  • Movie stills
  • Movie lang comment
  • Movie mini comment

tech

Development

config your mysql at config/config.default.js, then

$ npm i
$ npm run dev
$ open http://localhost:7001

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.