Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

Express API Starter Kit

Awesome Lists containing this project

README

        

# Express API Starter Kit

> A starter kit for building an API with Node.

[![Build Status](https://travis-ci.org/zurfyx/express-api-starter-kit.svg?branch=master)](https://travis-ci.org/zurfyx/express-api-starter-kit)
[![David](https://david-dm.org/zurfyx/express-api-starter-kit.svg)](https://david-dm.org/zurfyx/express-api-starter-kit)
[![David](https://david-dm.org/zurfyx/express-api-starter-kit/dev-status.svg)](https://david-dm.org/zurfyx/express-api-starter-kit#info=devDependencies)
[![codecov](https://codecov.io/gh/zurfyx/express-api-starter-kit/branch/master/graph/badge.svg)](https://codecov.io/gh/zurfyx/express-api-starter-kit)
[![Code Climate](https://codeclimate.com/github/zurfyx/express-api-starter-kit/badges/gpa.svg)](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)