Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4lejandrito/exproose
Simple apps with express & mongoose
https://github.com/4lejandrito/exproose
Last synced: about 1 month ago
JSON representation
Simple apps with express & mongoose
- Host: GitHub
- URL: https://github.com/4lejandrito/exproose
- Owner: 4lejandrito
- License: mit
- Created: 2015-02-04T23:37:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T19:50:06.000Z (over 9 years ago)
- Last Synced: 2024-10-02T00:39:18.151Z (about 1 month ago)
- Language: JavaScript
- Size: 270 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#exproose
Simple webapps for [node](http://nodejs.org) with [express](http://expressjs.com/) + [mongoose](http://mongoosejs.com).
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Linux Build][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]## Features
- built on top of express.
- mongodb database integrated via mongoose.
- config via [config](https://github.com/lorenwest/node-config).## TODO
- Add examples here.
- Integrate logging.
- Integrate user/auth.
- Integrate healthchecks.## License
[MIT](LICENSE)
[npm-image]: https://img.shields.io/npm/v/exproose.svg
[npm-url]: https://npmjs.org/package/exproose
[downloads-image]: https://img.shields.io/npm/dm/exproose.svg
[downloads-url]: https://npmjs.org/package/exproose
[travis-image]: https://img.shields.io/travis/4lejandrito/exproose/master.svg?label=linux
[travis-url]: https://travis-ci.org/4lejandrito/exproose
[coveralls-image]: https://coveralls.io/repos/4lejandrito/exproose/badge.svg
[coveralls-url]: https://coveralls.io/r/4lejandrito/exproose