Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fintank/nx-angular-ultraplex-demo-app
- Owner: FintanK
- Created: 2023-09-01T15:14:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-05T06:24:27.000Z (about 1 year ago)
- Last Synced: 2023-09-05T10:05:05.389Z (about 1 year ago)
- Language: TypeScript
- Size: 633 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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