Skip to content

ldrahnik/nette-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nette • TodoMVC

Skeleton used web-project. Functionality based on todomvc.com.

Install

  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:

doctrine:
	user: root
	password:
	dbname: nette-todomvc
	metadata:
		App: %appDir%
php www/index.php orm:schema-tool:create