An open API service indexing awesome lists of open source software.

https://github.com/phanletrunghieu/movie-review


https://github.com/phanletrunghieu/movie-review

booking film movie react react-native react-navigation review

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Movie review

Download:

- [Android](https://github.com/phanletrunghieu/movie-review/releases)
- iOS
- [Report](/docs/Report.docx)

## Tech
- React Native
- NodeJS
- MongoDB
- Docker

## Deploy environment
- Heroku
- Mlab

## Demo account
|Username| Password |
|--|--|
| demo | demo |
| demo1 | demo |
| demo2 | demo |

## Prerequisites
- Android SDK Platform 27
- Intel x86 Atom_64 System Image or Google APIs Intel x86 Atom System Image
- Android SDK Build-Tool 27.0.3
- An physical/virtual android device 7.0 or above

## Installing
### Server (backend)
- update database info at `backend/src/config`
- run `cd backend`
- run `npm run migrate-up`
- run `npm start`

### Android app
- Update `api_url` in `react-native/src/config`
- Prepare an Android device
- Enable USB Debugging
- run `cd react-native`
- run `npm start` (if using Linux)
- run `react-native run-android`

## Screenshot