Desktop.2021.12.25.-.20.07.58.04_Trim.mp4
Username: admin
Password: adminpw
Overview
Tech
Key Features
Getting Started
This project utilizes the MEAN stack to build the client-side component of the movie app Syfy, based on its existing server-side code. The documentation for the REST API endpoints of the server-side component are described here.
- MongoDB
- Express
- Node
- Angular & Angular-Material
- Displays a welcome view where uses can sign up or log in
- Once logged in, users can view all movies and see information about the movies
- Users can add movies to favorites and remove movies from favorites
- In profile view, users can view favorite movies and can update their profile information
This project was generated with Angular CLI version 13.0.2.
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.
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
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.