https://github.com/zurfyx/express-api-starter-kit
Express API Starter Kit
https://github.com/zurfyx/express-api-starter-kit
api express mongoose node
Last synced: 3 months ago
JSON representation
Express API Starter Kit
- Host: GitHub
- URL: https://github.com/zurfyx/express-api-starter-kit
- Owner: zurfyx
- License: mit
- Created: 2015-08-02T18:55:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T18:10:27.000Z (about 9 years ago)
- Last Synced: 2025-09-24T03:56:41.109Z (9 months ago)
- Topics: api, express, mongoose, node
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 39
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express API Starter Kit
> A starter kit for building an API with Node.
[](https://travis-ci.org/zurfyx/express-api-starter-kit)
[](https://david-dm.org/zurfyx/express-api-starter-kit)
[](https://david-dm.org/zurfyx/express-api-starter-kit#info=devDependencies)
[](https://codecov.io/gh/zurfyx/express-api-starter-kit)
[](https://codeclimate.com/github/zurfyx/express-api-starter-kit)
## Requirements
- [MongoDB](https://www.mongodb.com/download-center)
- [Redis](https://redis.io/download)
- [Node v7.6+](https://nodejs.org/en/download/package-manager/)
Node dependencies:
```
npm install
```
## Getting started
```
npm run start-dev
```
## Contributions
Contributions are very welcome.
## License
MIT © [Gerard Rovira Sánchez](//zurfyx.com)