Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ldrahnik/nette-todomvc

Example nette todomvc project.
https://github.com/ldrahnik/nette-todomvc

doctrine2 nette php viewkeeper webloader

Last synced: 4 days ago
JSON representation

Example nette todomvc project.

Awesome Lists containing this project

README

        

Nette • TodoMVC
--------------

Skeleton used [web-project](http://github.com/nette/web-project). Functionality based on [todomvc.com](http://todomvc.com/).

### Install

``` bash
git clone https://github.com/ldrahnik/nette-todomvc.git
cd nette-todomvc
composer install
```

Create database manually and set up access in `config.local.neon`. For example:

``` neon
doctrine:
user: root
password:
dbname: nette-todomvc
metadata:
App: %appDir%
```

``` bash
php www/index.php orm:schema-tool:create
```