- Name: Gunduzalp Dogrutekin
- Contact: gunduzalp.dogrutekin@iaau.edu.kg
- Computer Science Department of Ala-too International University.
This project is a data storing and based web application which has a function of storing the data given.
It is a sample representetive web application for Ala-Too International Univeristy that includes a login and register page
This web applciation uses Heroku as its storage cloud service and the link:
Link: Web-Page
Please add your information if you have clicked the link and read the about API page which is inside the Nav-Bar
So the main page consists of a big data table above it there is a short description of the web application and also there is a Nav-Bar.
The Nav-Bar consists of a Home page return button, an add inforamtion button where data is added, an Ala-Too University Logo and a button called About API where the information is about how API is been used.
ABOUT API Page
The database used is PGADMIN4 and POSTGRESQL13
POST,PUT,DELETE is requested by an extension in Mozzila FireFox called HTTP request Maker.
POST
Lets start from the first one which is POST.("/datalar/add")
This is the code
Here we type the information
The data is posted to the server
GET
To view the particular id("/datalar/id")
The code
The individual id shown:
PUT
To change the id's data("/datalar/id")
The code:
The process:
The change in id 1:
DELETE
To delete particular id ("/datalar/id")
The code:
The deleting process:
Id 1 has been deleted from the server: