Skip to content

This is a boilerplate code which can be used in Hackathon for quickly developing some APIs

Notifications You must be signed in to change notification settings

bozzmob/Hackathon-PHP-MySQL-APIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

#API's for Hackathon - PHP & MYSQL

This is a boilerplate project(not really ;) ) containing most frequently used APIs in most hackathons.

What does it have? [Work In Progress]

####DB commands

  • To create tables
  • Insert dummy values to the tables
  • Relationship across tables

####REST API's

  • User registration & login
  • A Transaction Success or Failure - boolean response API
  • A JSON array response API(most helpful)
  • API's with JOIN across tables

####What Next? Automate the process of-

  • Creating tables
  • Inserting values
  • APIs as per customization from a dashboard
  • API's with JOIN across tables

About

This is a boilerplate code which can be used in Hackathon for quickly developing some APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages