Building a Sudoku web app (part 1, server side)
Introduction
A PHP application which uses a MySQL database to store sudoku puzzles and their solutions. Puzzles are retrieved from a Kaggle CSV data file. The application randomly selects a puzzle and provides it via its API. Then it responds to requ...
gprok.hashnode.dev3 min read