Skip to content

gndz99/WebProject-MidTerm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

WebProject-Final

Project Description

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

Below are some screen shots from the web-application:

Main Page and Navbar

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

Database

The database used is PGADMIN4 and POSTGRESQL13

The REST API

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:

About

This project is for Mid-Term Web Programing. Only For Mr. Ruslan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors