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:哲学知识共享社区(服务端)
- Host: GitHub
- URL: https://github.com/airingursb/sophia-back-end
- Owner: airingursb
- License: mit
- Created: 2017-07-22T03:14:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:31:22.000Z (over 2 years ago)
- Last Synced: 2025-04-08T05:51:20.543Z (over 1 year ago)
- Topics: express, nodejs
- Language: JavaScript
- Homepage: https://sopher.group
- Size: 15.6 KB
- Stars: 13
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sophia:哲学知识共享社区
> 线上地址:[https://sopher.group](https://sopher.group)

> 注:目前暂不适配移动端。
## 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
```