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

https://github.com/pierredemailly/todo-list

A simple php todo list application
https://github.com/pierredemailly/todo-list

Last synced: over 1 year ago
JSON representation

A simple php todo list application

Awesome Lists containing this project

README

          

# TODOLIST APP

This is a todolist application made with php and bootstrap.

# Instructions
* You need to enable apache rewrite mod
* Download / Fork / Clone the repo
* If your_path !== TODOLIST, you must rename the BASE_URL const into /global.php
* Go to localhost/TODOLIST/, it will redirect you to localhost/TODOLIST/install/
* Follow installation instructions

# Installation permissions denied
#### You have two options.
##### First option:
* Give permissions to /install/ and /config/ recursively
##### Second option:
* Delete /install/ dir
* Replace /config/config.php file with your own MySQL ids. Don't forget to switch INSTALL const to 1 (true)
* Go to localhost/TODOLIST/register and create your account