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

https://github.com/airingursb/sophia-back-end

Sophia:哲学知识共享社区(服务端)
https://github.com/airingursb/sophia-back-end

express nodejs

Last synced: about 1 year ago
JSON representation

Sophia:哲学知识共享社区(服务端)

Awesome Lists containing this project

README

          

# Sophia:哲学知识共享社区

> 线上地址:[https://sopher.group](https://sopher.group)

![](http://airing.ursb.me/image/cover/sophia-shot.png)

> 注:目前暂不适配移动端。

## GitHub

* 前端:[https://github.com/airingursb/sophia](https://github.com/airingursb/sophia)

* 服务端:[https://github.com/airingursb/sophia-back-end](https://github.com/airingursb/sophia-back-end)

## 技术点

* 前端:vue-cil + vue2 + vuex + vue-router

* 服务端:express + sequelize

* 服务器环境:ubuntu14.04 + nginx + mysql + nodejs + pm2

## Installation

``` bash
# install dependencies
npm install

# serve at localhost:9001
npm start
```