This repo serves as the home for my development of the PHP REST API for my Internet of Things course Final Project. The goal of the project was to learn how to create a REST API from scratch built in php and connect it with a PHP built client application using GuzzleHttp on the front end for making HTTP requests.
- Back-End
- API
- Database/Associated Models
- Front-End
- User Client
- Tool for Playing Games
- Users
- /users/create/
- /users/delete/
- /users/new-key/
- Games
- /games/start/
- /games/end/
- /games/push-card/
- /games/push-stat/