Skip to content

A mini app to practice creating a login page with video uploading features with Angular.

Notifications You must be signed in to change notification settings

alifyandra/angular-video-page

Repository files navigation

AngularLoginVideo Frontend

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.

Development server

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.

Installation

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.

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 dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

A mini app to practice creating a login page with video uploading features with Angular.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published