Skip to content
/ smutis Public

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

Notifications You must be signed in to change notification settings

mecdcme/smutis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages