https://github.com/sidibecker/angular-movies
https://github.com/sidibecker/angular-movies
angular
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sidibecker/angular-movies
- Owner: SidiBecker
- Created: 2025-04-11T20:20:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T19:11:18.000Z (about 1 year ago)
- Last Synced: 2025-04-15T11:48:18.942Z (about 1 year ago)
- Topics: angular
- Language: TypeScript
- Homepage: https://sidibecker.github.io/angular-movies
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Movies
A project that list the Golden Raspberry Awards movies, using `outsera.tech` API.
## Install dependencies
Run `npm install` to install all of dependencies.
## Start
Run `npm start` to start a local development.
## Running unit tests
Run `npm run test` to execute the unit tests via [Karma](https://karma-runner.github.io).