Skip to content

TEAM-EUPHORIA/TMS-Angular

Repository files navigation

Training Management System - TMS

Created By Team Euphoria


Description

This is an angular project by Team Euphoria for Training Management System - TMS


Tools and Technologies

Angular Typescript HTML CSS Bootstrap


Pre-Requisites

  • Node js
  • Visual Studio code
  • Basic Knowledge in Web development
  • TMS Web api

Setup

Initail Setup

> git clone https://github.com/TEAM-EUPHORIA/TMS-Angular.git

> cd TMS-Angular

> code .

Open up new terminal in vs code type the following cmd

> npm install

> npm start

Output

terminal

Development server

Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

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.


Sample screenshots of Angular

Landing Page

Landing page

Login page

  • default password for all users of the in the sample db is "abcd1234"

Login page