Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakofranko/cb

A Node.js HERO System character builder application built using Express, Mongoose and Jade
https://github.com/jakofranko/cb

Last synced: about 2 months ago
JSON representation

A Node.js HERO System character builder application built using Express, Mongoose and Jade

Awesome Lists containing this project

README

        

\ - A Character Builder
============================================

This is a tool I'm building in Node.js to help with RPG character creation. I'm hoping to eventually have modules for many games, but right now I'm building out a builder for the [HERO System](http://www.herogames.com) (5th edition)

## General Information

Don't forget to also run these commands on a fresh pull in order to get all the libraries I use:

npm install; bower install

Once you have those installed, you can run the app and run the test suite.

npm start

Will run the app at localhost:3000

npm test

Will run the [Mocha](http://www.mochajs.org) test suite, which is the test framework I use.

Uses [MongoDB](http://www.mongodb.org/) for the database, and [Mongoose](http://mongoosejs.com/) as the driver. Don't forget to run

mongod

before starting on you local machine!