Skip to content

Repository concerning an angular application developed for the Web Architectures course of the master's degree in Computer Science at University of Trento

License

Notifications You must be signed in to change notification settings

lucademenego99/scottish-parliament

Repository files navigation

ScottishParliament

scottish-parliament is an Angular application, generated with Angular CLI version 15.0.4. It has been implemented as an exercise for the Web Architectures Master's Course in CS, whose assignment and report can be found in the folder docs/. The project is served as a Github Pages website.

Development server

Run ng serve for a dev server. Navigate to https://localhost:4200/. The application will automatically reload if you change any of the source files.

Build

Run npm run 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.

Deployment

Github Pages

The project uses angular-cli-ghpages for the deployment on Github Pages. The command used to deploy a new version is: ng deploy --base-href=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/scottish-parliament/.

Local Tomcat

The project can be deployed to a local Tomcat server by using maven. Its configuration can be found in the pom.xml file, where some variables probably need to be updated according to your configuration:

<tomcat.base.url>https://localhost:8080</tomcat.base.url>
<tomcat.username>admin</tomcat.username>
<tomcat.password>password</tomcat.password>

After that, the project can be deployed with mvn clean install tomcat7:undeploy tomcat7:deploy.

About

Repository concerning an angular application developed for the Web Architectures course of the master's degree in Computer Science at University of Trento

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published