Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 502 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 502 Bytes

Todo App

Todo App - copy&paste unique URLs

To install:

  • Git clone this repo
  • Do a composer install
  • Run the project on a PHP webserver (ex. mamp/xampp/valet etc.)
  • Copy config-example.php to config.php
  • Change config.php to your specific database connection

To install DB

  • Open terminal in root directory of project
  • Enter: vendor/bin/phinx migrate -c config-phinx.php

Now you should be good to go!


Try online on todos.rasmusbundsgaard.dk