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
- Host: GitHub
- URL: https://github.com/andrefs/node-voucher-app
- Owner: andrefs
- Created: 2016-05-23T13:10:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T15:53:52.000Z (over 9 years ago)
- Last Synced: 2025-01-08T21:41:17.175Z (over 1 year ago)
- Language: JavaScript
- Size: 869 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.