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: 3 months ago
JSON representation

🍳 A website use mTime api (egg)

Lists

README

        

mtime logo


Build Status
GitHub License

## 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).