Skip to content

Commit 1dd1c22

Browse files
authored
Update README (#53)
* Update README.md * Remove home sreenshot
1 parent 1aa0760 commit 1dd1c22

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

Diff for: README.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# ting-movie
1+
# ting-movie
22

33
[![Build Status](https://travis-ci.org/cuongw/ting-movie.svg?branch=master)](https://travis-ci.org/cuongw/ting-movie)
44
[![GitHub](https://img.shields.io/github/license/cuongw/ting-movie.svg)](https://github.com/cuongw/ting-movie/blob/master/LICENSE)
55

66

77
🦄 Find Movie Showtimes & Buy Tickets.
88

9-
<img src="screenshots/screenshot.gif"/>
9+
![](screenshots/showtime.gif)
1010

1111
## Features
1212

@@ -18,12 +18,36 @@
1818

1919
## Installation
2020

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+
2130
```sh
2231
$ npm i
2332
## or
2433
$ yarn
2534
```
2635

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+
2751
## Usage
2852

2953
```sh

Diff for: screenshots/screenshot.gif

-7.51 MB
Binary file not shown.

Diff for: screenshots/showtime.gif

4.07 MB
Loading

0 commit comments

Comments
 (0)