/smutis

SMUTIS application (second place @NTTS2019 Big data hackathon).

Primary LanguageTSQL

SMUTIS client angular app and SMUTIS-server REST API server

Table of Contents

Installation

SMUTIS client angular app

Clone repo

# clone the repo
$ git clone https://github.com/mecdcme/smutis.git smutis

# go into client app's directory
$ cd smutis-client

# install app's dependencies
$ npm install

Usage SMUTIS client

# serve with hot reload at localhost:4200.
$ ng serve

# build for production with minification
$ ng build

SMUTIS-server REST API server

# clone the repo
$ git clone https://github.com/mecdcme/istatboard-server.git istatboard-server

# go into app's directory
$ cd smutis-server 

# install app's dependencies
$ npm install

Usage SMUTIS-server REST API server

# serve with hot reload at localhost:8080.
$ node server.js
# you can also execute the following command
$ npm start

# you can also execute the following command to have hot deploy
$ nodemon server.js

## Creators
**Mec Team **

## License
SMUTIS is EUPL-licensed