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
- Host: GitHub
- URL: https://github.com/pierredemailly/todo-list
- Owner: PierreDemailly
- License: mit
- Created: 2018-09-25T11:58:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T14:46:09.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T09:44:18.755Z (over 1 year ago)
- Language: PHP
- Size: 16.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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