Skip to content

Latest commit

 

History

70 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP API

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.

Contents

  • Back-End
    • API
    • Database/Associated Models
  • Front-End
    • User Client
    • Tool for Playing Games

API Endpoints - Minimum

  • Users
    • /users/create/
    • /users/delete/
    • /users/new-key/
  • Games
    • /games/start/
    • /games/end/
    • /games/push-card/
    • /games/push-stat/

About

A RESTful API and Client for my Internet of Things Poker project written in PHP.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages