Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nlabinskiy/rest_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live demo: http://api.labinskiy.org.ua/

Sources: https://github.com/e-moe/rest_api

Requirements:

  • Apache (virtualhost, mod_rewright)
  • PHP 5.5
  • MySQL

Installation:

  1. extract files

  2. create new or use existing virtual host:

    NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot "path_to_www" ServerName your_server_name

     <Directory "path_to_www">
       AllowOverride All
     </Directory>
    
  3. create new db with tables or use existing: see dump.sql

  4. edit app/configuration.php (DB connection settings)

  5. open url: / to read REST API documentation or start directly using it: GET /users/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%