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

https://github.com/andrefs/node-voucher-app

A demo app consisting of a voucher API and a simple web frontend to use it
https://github.com/andrefs/node-voucher-app

Last synced: 8 months ago
JSON representation

A demo app consisting of a voucher API and a simple web frontend to use it

Awesome Lists containing this project

README

          

# node-voucher-app

`node-voucher-app` is a demo app consisting of a voucher API and a simple web frontend to use it. It is written in Express + MongoDB + React + Redux.

Currently it is still very much a work in progress.

## Installation

git clone https://github.com/andrefs/node-voucher-app.git
cd node-voucher-app
npm install

## Running

### Development

Run `npm run dev:initdb` and then run each command in a different terminal window:

npm run dev:static

and

npm run dev:server

## Dependencies

Right now, `node-voucher-app` stands on top of many giants' shoulders,
including:

* ES2015
* [Babel](https://babeljs.io/)
* [Express](http://expressjs.com/)
* [MongoDB](https://www.mongodb.org/)
* [Mongoose](http://mongoosejs.com/)
* [React](https://facebook.github.io/react/)
* [Redux](http://redux.js.org/)
* [Immutable](https://facebook.github.io/immutable-js/)
* [Bootstrap](http://getbootstrap.com/)
* [Gulp](http://gulpjs.com/)
* ...

See `package.json` for more details.

## Bugs and stuff

Open a GitHub issue or, preferably, send me a pull request.