Frontend code for the AngularLoginVideo application. Backend code can be found here.
Video demo can be found here
This project was generated with Angular CLI version 18.0.3.
Make sure that the backend server is properly running along with the database (instructions available on the backend repo). Once that is done, this app is hardcoded to request at http://localhost:8080 for the backend.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
To run this application, be sure to have node.js installed. Then run
npm install -g @angular/cli
Then, navigate to the root of this repository and run
npm install
Finally, run the app using ng serve.
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.