https://github.com/codebanesr/anywhr-frontend
A basic frontend in angular js to show, add and select movie destinations
https://github.com/codebanesr/anywhr-frontend
Last synced: 8 months ago
JSON representation
A basic frontend in angular js to show, add and select movie destinations
- Host: GitHub
- URL: https://github.com/codebanesr/anywhr-frontend
- Owner: codebanesr
- Created: 2019-12-25T20:58:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:12:11.000Z (over 3 years ago)
- Last Synced: 2025-07-03T08:46:31.691Z (10 months ago)
- Language: TypeScript
- Size: 3.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A complete documentation on Component, Injectables and Routing documentation here
>http://3.1.20.178:3000/documentation
## Integrations
`Wikipedia integration`
`Movies db api integration can be found in movie.service.ts`
## Component communication
`Publish subscribe pattern used for inter-component communication`
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `../anywhr/public` directory. Use the `--prod` flag for a production build. The `../anywhr/public` is the static directory
for express application. It is advisable to keep both the fronend and the backend application
side by side.
## Integration
Backend integration of this application is included at `https://github.com/shanurrahman/anywhr-backend`
## Information
`Please change to https://github.com/shanurrahman/anywhr-frontend/tree/bootstrapped`
## Refer to https://github.com/shanurrahman/anywhr-backend
` to get in depth on how this project was created`