An open API service indexing awesome lists of open source software.

https://github.com/explooosion/nutcgo

Special Exhibition of NUTC in 2017 .
https://github.com/explooosion/nutcgo

ejs express gulp nodejs nutc

Last synced: 2 months ago
JSON representation

Special Exhibition of NUTC in 2017 .

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/explooosion/NUTCGO.svg?branch=master)](https://travis-ci.org/explooosion/NUTCGO)
[![dependencies Status](https://david-dm.org/explooosion/NUTCGO.svg)](https://david-dm.org/)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/explooosion/NUTCGO/blob/master/LICENSE)

# 2017 NUTC 專題展 - 台中科大校園導覽系統
this is a special exhibition of NUTC in 2017 .

[Demo-NUTCGO](http://nutcgo.robby570.tw) ~2017/05/20

![LOGO](http://i.imgur.com/xMDImna.png)
![NUTCGO-HOME](http://i.imgur.com/h19knbR.jpg)
![NUTCGO-MAP](http://i.imgur.com/FE9XKOn.jpg)

## PowerPoint
[GoogleDrive](https://drive.google.com/open?id=0B1mT0V_C4ZXIVXEyUkhPQVB6aVE)

## Front-end
1. JavaScript
2. JQuery
3. SCSS
4. Bootstrap
5. Google Map API

## Task Runner
1. Gulp

## Back-end
1. Node.js
2. Node.js Express
3. Node.js RESTful Web API

## Package
1. npm forever
2. npm mssql
3. npm EJS

## DataBase
1. MSSQL
2. GEO

## Clone
```bash
git clone https://github.com/explooosion/NUTCGO.git
```

## Into Project
```bash
cd NUTCGO
```

## Install
```bash
npm install
```

## task
```bash
npm install -g gulp
```

## Deploy
```
gulp ex-all
```

## Run
```bash
npm start
```

## DataBase
+ Restore from NUTCGO_db.bak to MSSQL
+ Remember to change db/config.json
+ Some src、href need to be change

## LICENSE
MIT