File tree 3 files changed +26
-2
lines changed
3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
- # ting-movie
1
+ # ting-movie
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/cuongw/ting-movie.svg?branch=master )] ( https://travis-ci.org/cuongw/ting-movie )
4
4
[ ![ GitHub] ( https://img.shields.io/github/license/cuongw/ting-movie.svg )] ( https://github.com/cuongw/ting-movie/blob/master/LICENSE )
5
5
6
6
7
7
🦄 Find Movie Showtimes & Buy Tickets.
8
8
9
- < img src = " screenshots/screenshot .gif " />
9
+ ![ ] ( screenshots/showtime .gif )
10
10
11
11
## Features
12
12
18
18
19
19
## Installation
20
20
21
+ ** Step 1** : clone the project
22
+
23
+ ``` sh
24
+ $ git clone https://github.com/cuongw/ting-movie.git
25
+ $ cd ting-movie
26
+ ```
27
+
28
+ ** Step 2** : install dependencies
29
+
21
30
``` sh
22
31
$ npm i
23
32
# # or
24
33
$ yarn
25
34
```
26
35
36
+ You're wanting to run demo now. Skip to [ Usage] ( #usage )
37
+
38
+ ** Step 3*** (option): setup hook server
39
+
40
+ - Upload all file at folder ` server ` in your hosting or localhost with server apache.
41
+
42
+ - Edit url at lines 4 each files in folder ` src/api ` (** except** ` index.js ` )
43
+
44
+ Example:
45
+
46
+ File ` cinemas.js ` and ` ting.movie ` is your domain: ` ting.movive/server/cinemas.php `
47
+
48
+ More informations about API. See [ API tutorial] ( server/README.md )
49
+
50
+
27
51
## Usage
28
52
29
53
``` sh
You can’t perform that action at this time.
0 commit comments