Skip to content

This app will act as a student-data tracker. The purpose of the app is to integrate, and get comfortable with PostgresDB and using RESTful implementation of the web applications along side with Server side implementation with Java SpringBoot Framework, For more information about the app please read the README file.

Notifications You must be signed in to change notification settings

peyz21/Student-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student-Tracker

This app will act as a student-data tracker. The purpose of the app is to integrate, and get comfortable with all components of the RESTful app implementation. This repository includes a REST-Client under "student-Tracker-frontend" and a REST-service under "student-tracker-backend". React was the framework which was used in the frontend and the backend was written using JavaSpringBoot framework. the database and the front client is then compiled and hosted on render.com, however the backend is hosted on the Railway.app to improve efficiency and speed.

User workflow

A user will click on the ADD STUDENT in order to make a new student, and after fillin in the form will press the ADD button in order to submit the form. the data will then send into the back end and proccessed, while simultaneously the user will be redirected to the main page again and the new student will be displayed. The user can then view each student's name, email, password, and also click on the :

  • View Button : after clicked a modal will be displayed on the page showing the student's information, along side a representation of their person model with a rectangular shape.

  • Edit Button : after clicked user will be redirected to a new page, which then he/she can update the information of the student chosen.

  • Remove Button : after clicked the user will delete the chosen student from the table and all the information related to the student.


A Demo video for the User Workflow

Demo-Student-Tracker.mp4

Dataflow Display

dataflow

The data inputted from user will move to the API service, and the to the database to be stored in the "students" datatable and when requested it will be passed through server back to the WebApp and displayed on the homepage of the web application. The data is transformed in the format of JSON file.

WebApp Link

The website can be accessed through the link below: https://student-tracker-front.onrender.com

About

This app will act as a student-data tracker. The purpose of the app is to integrate, and get comfortable with PostgresDB and using RESTful implementation of the web applications along side with Server side implementation with Java SpringBoot Framework, For more information about the app please read the README file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published