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

https://github.com/songquanpeng/v2ex-clone

V2EX 风格的论坛程序. V2EX's Node.js clone.
https://github.com/songquanpeng/v2ex-clone

v2ex

Last synced: about 1 month ago
JSON representation

V2EX 风格的论坛程序. V2EX's Node.js clone.

Awesome Lists containing this project

README

          

# V2ex
![stars](https://img.shields.io/github/stars/songquanpeng/v2ex-style-forum) ![forks](https://img.shields.io/github/forks/songquanpeng/v2ex-style-forum) ![repo-size](https://img.shields.io/github/repo-size/songquanpeng/v2ex-style-forum) [![https://vzex.herokuapp.com/](https://img.shields.io/website?url=https%3A%2F%2Fvzex.herokuapp.com%2F)](https://vzex.herokuapp.com/)

[![Edit with Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/songquanpeng/v2ex)
## Description
1. V2ex's Node.js implementation.
2. Demo: https://vzex.herokuapp.com/.
3. Only for learning purpose.

## Deployment
```shell script
git clone https://github.com/songquanpeng/v2ex-style-forum.git
cd v2ex-style-forum
npm install
npm start
```

How to update it?
```shell script
git pull
npm install
npm run migrate
```