Submission for my BCA 4th sem project. The project report can be found here if you want an explanation of what this does.
- php (Windows users may require some additional steps. See here)
- php-sqlite
Find your php.ini
file. Located in /etc/php/
on Linux.
Uncomment the line extension=pdo_sqlite
.
git clone https://github.com/dinesh-58/cardsQL.git
cd cardsQL
php -S localhost:8000
Then, open localhost:8000
in your browser.