This repository contains source code of MFFun website, which has been created as part of my Bachelor's thesis and Individual Software Project.
This project is powered by:
- Nette framework
- Doctrine ORM
- Backbone.js
- Bootstrap
- Copy
app/config.local.sample.neon
toapp/config.local.neon
and modify the configuration file to match your environment. - Create database using Doctrine CLI by running
php www/index.php orm:schema-tool:update --force
.