View Demo · Report Bug · Request Feature
The website application was created to help movie lovers to find out what films are currently showing and will be showing in the near future. It also provides the convenience of choosing a cinema, booking seats, and buying tickets online.
- Download this Project or you can type
git clone https://github.com/twicks95/uvies-react-app.git
- Open app's directory in CMD or Terminal
- Type
npm install
oryarn install
- Add .env file at root folder project
REACT_APP_API_BASE_URL= [Backend API]
REACT_APP_API_USER_IMG_URL= [Backend user image URL]
REACT_APP_API_MOVIE_POSTER_URL= [Backend movie poster URL]
- Type
npm run serve