Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OrangeXC/mtime
π³ A website use mTime api (egg)
https://github.com/OrangeXC/mtime
egg movie mtime mysql
Last synced: 9 days ago
JSON representation
π³ A website use mTime api (egg)
- Host: GitHub
- URL: https://github.com/OrangeXC/mtime
- Owner: OrangeXC
- License: mit
- Created: 2017-09-20T03:29:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T21:42:52.000Z (over 1 year ago)
- Last Synced: 2024-08-01T18:31:40.659Z (3 months ago)
- Topics: egg, movie, mtime, mysql
- Language: Smarty
- Homepage:
- Size: 2.16 MB
- Stars: 57
- Watchers: 5
- Forks: 12
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-egg - mtime - A MVC mTime websit build with egg ![](https://img.shields.io/github/stars/OrangeXC/mtime.svg?style=social&label=Star) (εΊη¨ / ζδ»Ά)
- awesome-egg - mtime - A MVC mTime websit build with egg (Applications)
README
## Introduction
A MVC mTime websit build with eggjs
## Features
* [Egg](https://eggjs.org/)
* [MySql](https://www.mysql.com/)
* [Nunjucks](https://mozilla.github.io/nunjucks/)
* [Bulma](http://bulma.io/)
* [lightgallery](http://sachinchoolur.github.io/lightGallery/)## Pages
* All chinese location change
* Movie list(hot, new and comming)
* Movie detail
* Movie trailer
* Movie stills
* Movie lang comment
* Movie mini comment## Development
config your mysql at `config/config.default.js`, then
```bash
$ yarn
$ yarn dev
$ open http://localhost:7001
```## Deploy
```bash
$ yarn start
$ yarn stop
```## Npm scripts
- Use `yarn lint` to check code style.
- Use `yarn test` to run unit test.
- Use `yarn autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.## License
Mtime is [MIT licensed](https://github.com/OrangeXC/mtime/blob/master/LICENSE).