Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sajadtorkamani/movie-app
Web app that lets you search movies (just for fun).
https://github.com/sajadtorkamani/movie-app
cypress vue
Last synced: 23 days ago
JSON representation
Web app that lets you search movies (just for fun).
- Host: GitHub
- URL: https://github.com/sajadtorkamani/movie-app
- Owner: sajadtorkamani
- Created: 2020-07-10T15:55:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:37:37.000Z (about 2 years ago)
- Last Synced: 2023-03-10T06:06:03.854Z (almost 2 years ago)
- Topics: cypress, vue
- Language: JavaScript
- Homepage: https://movie-app.sajadtorkamani.com
- Size: 1.27 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie App
### [Live demo](https://movie-app.sajadtorkamani.com/)
This is a single page app built with [Vue.js](https://vuejs.org/) and the [Vue CLI](https://cli.vuejs.org/).
## Local setup
##### 1. Install dependencies
```bash
yarn install
```##### 2. Create `.env` file
Copy the provided `.env.example` to a new `.env` file and set any env variables as needed.
```bash
cp .env.example .env
```##### 3. Start development server
```bash
yarn serve
```## Tests
There are number of [Cypress](https://www.cypress.io/) integration tests in the `tests/e2e/specs` directory.
You can run these tests by running `yarn test:e2e` which will open the Cypress test runner.
## Deployment
The app is deployed as a static website on [Netlify](https://www.netlify.com/).