π¬ Easy way to view movie showtimes at cinemas in Ho Chi Minh city(π»π³ Vietnam).
- Movie informations (trailer, IMDb point, duration, description, publish date).
- Movie showtimes by date and by cinema.
Step 1: clone the project
$ git clone https://github.com/cuongw/ting-movie.git
$ cd ting-movie
Step 2: install dependencies
$ npm i
# or
$ yarn
You're wanting to run demo now. Skip to Usage
Step 3* (option): setup hook server
-
Upload all file at folder
server
in your hosting or localhost with server apache. -
Edit url at lines 4 each files in folder
src/api
(exceptindex.js
)
Example:
File cinemas.js
and ting.movie
is your domain: ting.movive/server/cinemas.php
More informations about API. See API tutorial
$ npm start
# or
$ yarn start
$ npm run build
# or
$ yarn build
Thanks goes to these wonderful people (emoji key):
Cuong Duy Nguyen π» π¨ π π π§ | Thien Chi Vi π» π π§ π§ π¬ | HuyenNgo π» |
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT cuongw