/ArchiTechs

Primary LanguageTypeScriptMIT LicenseMIT

ArchiTechs

Description

A comprehensive scheduling system that promotes efficiency and humanity at the same time.

Quick Start

Clone project.

git clone https://github.com/HACC17/ArchiTechs.git

Client Web Application

Change directories.

cd ArchiTechs/web

Install node packages.

npm install

Download docker for your operating system. Docker

Run docker-compose.

docker-compose up

Admin Desktop Tool

Change directories.

cd ArchiTechs/desktop

Install node packages.

npm install

Run electron.

electron .