GithubHelp home page GithubHelp logo

php_slim_restfulapi_task-manager's Introduction

rest-api-task-manager

This is a sample of RESTful api that you can follow and use to make your own api. I've followed and read through a series of tutorials on the web to get to know about and build my own RESTful api. Please finish each of them, and only then move to the next part to clearly understand the total process.

The basic guideline to start working with RESTful api is:

a. Getting to know RESTful api:

1. What RESTful api is and how it works: the single best explained guide: 
	http://code.tutsplus.com/tutorials/a-beginners-guide-to-http-and-rest--net-16340

2. The wiki on REST (Optional, but necessary to know the underlying theory):
	https://en.wikipedia.org/wiki/Representational_state_transfer

b. Getting to know PHP:

1. Get to know PHP syntax:
	http://www.tutorialspoint.com/php/

c. We will be using 'Slim' microframework to aid our api building process. The cause of picking Slim rather than others is simple, it's very lightweight and it targets as well as solves only one problem: building api. http://www.slimframework.com/

d. Starting to build api:

1. One of the most easy and well-explained api tutorial: (it has two parts)
	http://www.androidhive.info/2014/01/how-to-create-rest-api-for-android-app-using-php-slim-and-mysql-day-12-2/

e. Deploying api: We have finally built an api that works from localhost. But we need to deploy it on a server to see it in action over the net. I've already deployed it on Amazon EC2 server. But here, I will rather focus on how to upload that on Heroku.

php_slim_restfulapi_task-manager's People

Contributors

riddhimanadib avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.