Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 993 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 993 Bytes

TIN-PJATK - WORK IN PROGRESS

TIN-PJATK is a final exam study project. It consists of 2 subprojects: frontend and backend. The main purpose is to create somekind of a web system.

Prerequisites

  • npm >=6.x.x
  • node lts >=12.x.x
  • docker for dockerized db and db's ui

Installation

npm i
npx lerna bootstrap

How to run in development mode

Normal mode:

npm run TIN:start

Docker mode:

npm run TIN:start-docker

How to build

npm run TIN:build

Designs and prototypes

Here you can find designs and prototypes used to develop TIN: https://www.figma.com/file/QfLBREydpFz2jj4pFm3yax/TIN

Helpful library for Material Design: https://material.angular.io/

Using docker

If you have problem running docker check: docker/compose#6677 (comment)

Styleguides used in project

Node: https://github.com/goldbergyoni/nodebestpractices Angular: https://angular.io/guide/styleguide