All Projects → zzorba → marvelsdb

zzorba / marvelsdb

Licence: other
MarvelsDB - a deck builders for Marvel Champions - The Card Game

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
Twig
543 projects
CSS
56736 projects

MarvelsDB

Very quick guide on how to install a local copy

This guide assumes you know how to use the command-line and that your machine has php and mysql installed.

  • install composer: https://getcomposer.org/download/
  • clone the repo somewhere
  • cd to it
  • run composer install (at the end it will ask for the database configuration parameters)
  • run php bin/console doctrine:database:create
  • run php bin/console doctrine:schema:create
  • checkout the card data from https://github.com/zzorba/marvelsdb-json-data
  • run php bin/console app:import:std path-to-marvelsdb-json-data/ pointing to where you checked out the json data
  • run php bin/console server:run
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].