Skip to content

Built a backend service with python using flask and postgres. This api provides data on colleges in the MA area.

Notifications You must be signed in to change notification settings

zmartin02740/college-search-backend

Repository files navigation

To run this application pip install the following packages: flask flask_cors pandas

then run the command 'python app.py'

This backend is setup with the flask package and uses a postgres database

There are 4 api requests including: GET /ma-schools -> This gets the entire list of colleges

GET /ma-schools/ -> This gets one of the colleges based on the college name with dashes in between (ex: "university-of-massachusetts)

GET /fields -> This gets all the fields related to each college

GET /programs -> This gets all the programs details related to the college offered programs

The frontend is located at https://collegesearchfrontend.herokuapp.com/

About

Built a backend service with python using flask and postgres. This api provides data on colleges in the MA area.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published