Skip to content

jtibble/pabtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

185 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PABTC Build Status

BTC Engine for Planetary Annihilation Tournaments

Look at the Github issues for information about existing (and planned) services: https://github.com/jtibble/pabtc/issues Tests demonstrating existing services can be found at https://github.com/jtibble/pabtc/tree/master/service/api/test


To Run REST API

  1. Clone Project to your local machine

  2. 'npm install' in project root

  3. Install mongodb and run it on the default port ('mongod --dbpath C:\tmp')

  4. Set the NODE_ENV system variable to 'local', 'dev', or 'prod'

  5. Insert a fake document into a mongodb collection 'keys' like this (and as seen in the .travis.yml file: {key: 'asdf123'}

  6. 'node service/main.js' and the REST API will start on port 8080

To Run Tests

  1. 'npm test'

About

Tournament-Tracking Engine for Planetary Annihilation, featuring Bitcoin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors