Skip to content

newage/example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example REST application

Build status

This project uses PSR-4 autoloading standard, PSR-2 coding style standard

##Install project

composer install

Start a server

composer server

##Execute a controller All rows read

GET: /

A row number 2 read

GET: /2

A row add

POST: ["Anton","1112220000","Kirova str."]

A row number 3 update

PUT: /3 ["Andrey","5556660000","Minina str."]

A row number 3 delete

DELETE: /3

##Important

This code a made from scratch for test task. This code can't show my refactoring steps. Therefore I am making a code for this task in a new repository. I am adding a description about mine refactoring steps every commits. I finished. New repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages