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

https://github.com/sethbergman/12factor-node

The 12-Factor app built with Node.js, EJS and Express | https://12factor-node.sethbergman.pro
https://github.com/sethbergman/12factor-node

12-factor dokku ejs-express express nodejs

Last synced: about 1 month ago
JSON representation

The 12-Factor app built with Node.js, EJS and Express | https://12factor-node.sethbergman.pro

Awesome Lists containing this project

README

          

# 12 Factor Node

The 12 Factor app written in Node.js, EJS and Express

---

[![Greenkeeper badge](https://badges.greenkeeper.io/sethbergman/12factor-node.svg)](https://greenkeeper.io/) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Build Status](https://travis-ci.org/sethbergman/12factor-node.svg?branch=master)](https://travis-ci.org/sethbergman/12factor-node)

### Setup

```sh
git clone https://github.com/sethbergman/12factor-node.git && cd 12factor-node
```

### Install dependencies

```sh
npm install
```

### Start the app

```sh
npm start
```

Visit `http://0.0.0.0:5000` in your browser.

## Live Demo:

12factor-node.sethbergman.pro

[![GitHub forks](https://img.shields.io/github/forks/sethbergman/12factor-node.svg?style=social&label=Fork)](https://github.com/sethbergman/12factor-node) [![GitHub stars](https://img.shields.io/github/stars/sethbergman/12factor-node.svg?style=social&label=Star)](https://github.com/sethbergman/12factor-node) [![GitHub watchers](https://img.shields.io/github/watchers/sethbergman/12factor-node.svg?style=social&label=Watch)](https://github.com/sethbergman/12factor-node) [![GitHub followers](https://img.shields.io/github/followers/sethbergman.svg?style=social&label=Follow)](https://github.com/sethbergman/12factor-node) [![Twitter Follow](https://img.shields.io/twitter/follow/seth_bergman.svg?style=social)](https://twitter.com/seth_bergman)