Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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/).