Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fintank/nx-angular-ultraplex-demo-app


https://github.com/fintank/nx-angular-ultraplex-demo-app

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Ultraplex Cinemas

This project was generated using [Nx](https://nx.dev).

## Tech Stack

- Angular
- NgRx
- Angular Material
- Nx
- Jest
- Cypress

## Module Dependency Graph

![Dependency graph](dep-graph.png)

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Start the app

To start the development server run `nx serve ultraplex`. Open your browser and navigate to http://localhost:4200/. Happy coding!

## Generate code

If you happen to use Nx plugins, you can leverage code generators that might come with it.

Run `nx list` to get a list of available plugins and whether they have generators. Then run `nx list ` to see what generators are available.

Learn more about [Nx generators on the docs](https://nx.dev/plugin-features/use-code-generators).

## Running tasks

To execute tasks with Nx use the following syntax:

```
nx <...options>
```

You can also run multiple targets:

```
nx run-many -t
```

..or add `-p` to filter specific projects

```
nx run-many -t -p
```

Targets can be defined in the `package.json` or `projects.json`. Learn more [in the docs](https://nx.dev/core-features/run-tasks).

## Outstanding tasks

- Pagination
- Add a new screening for a specific movie and screen
- Add a new booking for a specific screening and the number of seats

![Code Coverage](code-coverage.png)

- Cypress E2E tests