jsmuster / unitconverter.angular

A simple multi-user application, a unit converter, build with Angular 7+. Where a teacher assigns tasks to a student for conversion from one unit of measurement to another.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Multi User Application via (Angular7 + Reactive Forms + Route Guard + Http Interceptor + JWT) + (Node + Express)

This project was generated with Angular CLI version 6.1.2.

Clone this repository locally

git clone https://github.com/jsmuster/unitconverter unitconverter

cd unitconverter

npm install

Step 1 - Start Development server

Run two commands, and for that you might need two console windows open

npm run project

Step 2 - Now run the API server

npm run server

Step 3 - Afterwards Navigate to http://localhost:4200/

The app will automatically reload if you change any of the source files.

Step 4 - Login with these logins

Teacher

user: jsmastery password: Imustjs1

Student

login: student1 password: Student1

About

A simple multi-user application, a unit converter, build with Angular 7+. Where a teacher assigns tasks to a student for conversion from one unit of measurement to another.


Languages

Language:TypeScript 46.0%Language:JavaScript 35.3%Language:HTML 14.8%Language:CSS 3.9%