Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luoyjx/gaoqi-blog
A club based on Node.js and Mongodb with Promise(bluebird)
https://github.com/luoyjx/gaoqi-blog
bluebird expressjs gaoqi-blog mongodb nodejs redis
Last synced: about 2 months ago
JSON representation
A club based on Node.js and Mongodb with Promise(bluebird)
- Host: GitHub
- URL: https://github.com/luoyjx/gaoqi-blog
- Owner: luoyjx
- License: mit
- Created: 2015-06-04T01:34:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T05:37:14.000Z (over 3 years ago)
- Last Synced: 2023-02-28T07:17:19.709Z (almost 2 years ago)
- Topics: bluebird, expressjs, gaoqi-blog, mongodb, nodejs, redis
- Language: JavaScript
- Homepage:
- Size: 10.4 MB
- Stars: 57
- Watchers: 6
- Forks: 21
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
gaoqi-blog
=[![build status][travis-image]][travis-url]
[![Coverage Status][coverage-image]][coverage-url]
[![David deps][david-image]][david-url]
[![node version][node-image]][node-url]
[![Greenkeeper badge](https://badges.greenkeeper.io/luoyjx/gaoqi-blog.svg)](https://greenkeeper.io/)[travis-image]: https://img.shields.io/travis/luoyjx/gaoqi-blog/master.svg?style=flat-square
[travis-url]: https://travis-ci.com/luoyjx/gaoqi-blog
[coverage-image]: https://img.shields.io/coveralls/luoyjx/gaoqi-blog.svg?style=flat-square
[coverage-url]: https://coveralls.io/r/luoyjx/gaoqi-blog?branch=master
[david-image]: https://img.shields.io/david/luoyjx/gaoqi-blog.svg?style=flat-square
[david-url]: https://david-dm.org/luoyjx/gaoqi-blog
[node-image]: https://img.shields.io/badge/node.js-%3E=_10.13.0-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/基于Node.js的多人博客
## Installation
### Prerequire
* Node.js >= v10.13.0
* mongodb v3
* redis v2.6
* Git >= 2.13.0 (for git precommit hook)### Run
* Install packages `npm install`
* Build `npm run build`
* Development start `npm run dev`
* Start `npm start`
* Build and restart `npm restart`
* Restart `make reboot`
* Open `http://localhost:3001` in browser## test
* `npm test`
## coverage
* `npm run test-cov`
## [changelog](changelog.md)
## License
MIT