Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jakofranko/cb
- Owner: jakofranko
- Created: 2014-07-24T21:00:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T15:42:08.000Z (about 9 years ago)
- Last Synced: 2024-04-13T19:21:08.508Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 29.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installOnce you have those installed, you can run the app and run the test suite.
npm start
Will run the app at localhost:3000npm 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
mongodbefore starting on you local machine!