SharePoint adds the ability for you to remotely interact with SharePoint sites by using REST. Now, you can interact directly with SharePoint objects by using any technology that supports standard REST capabilities.

You can perform basic create, read, update, and delete (CRUD) operations by using the Representational State Transfer (REST) interface provided by SharePoint.

In this article we will do CRUD operations using REST. For understanding purposes I am going to divide this article into two parts. The first two points I will discuss in this article; the remaining four points I will discuss in another article.

  1. Create List in Office 365 SharePoint Site
  2. Creation of Project using SharePoint Hosted App
  3. Html code for User Interface
  4. Write Business logic for Insert, Update, Delete, Get data functionalities.
  5. Deploy the Project
  6. Test the application.
Create List in Office 365 SharePoint Site
Creation of Project using SharePoint Hosted App

Find the below steps to create the project.

In the next article will see remaining points on how to implement. Please look into the next article here.