Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ldrahnik/nette-todomvc
- Owner: ldrahnik
- License: other
- Created: 2015-05-11T10:34:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T20:20:34.000Z (over 7 years ago)
- Last Synced: 2024-12-10T02:08:34.765Z (2 months ago)
- Topics: doctrine2, nette, php, viewkeeper, webloader
- Language: JavaScript
- Homepage: http://nette-todomvc.ldrahnik.com/
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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
```