Skip to content

This is an api created with Laravel 5.4 that powers the associated GPA-Express-App

Notifications You must be signed in to change notification settings

g-dodd/GPA-Express-Api

Repository files navigation

GPA Express Api

This project was generated with Laravel version 5.4. This project provides the API for the GPA Express App.

Current Endpoints

GET http://gpa-express-api.gregdodd.com/students - Retrieves all students in the database

POST http://gpa-express-api.gregdodd.com/students - Adds a student into the database. Requires the following:

firstName: string lastName: string dob: string (Format: YYYY-MM-DD) gpa: number (FOrmat: x.xx)

About

This is an api created with Laravel 5.4 that powers the associated GPA-Express-App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published