pwjablonski / colleges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NY Colleges - Bachelor’s in Education 🎓 🗽

Overview:

A basic web app that displays New York colleges that offer a bachelor’s degree in education

Backend: Express.js

  • Server: An API endpoint that returns a list of New York colleges that offer a bachelor’s degree in education using the College Scorecard API

Frontend: Vue.js

  • Client: Displays a list of the colleges returned from the server. Sort and filter the results alphabetically, by student enrollment size or acceptance rate.

To Get Started...

  1. Clone the repo git clone https://github.com/pwjablonski/colleges.git

  2. cd colleges

  3. Open client

cd client
npm run dev
  1. Open server
cd server
npm start
  1. Open http://localhost:8080 in browser

About


Languages

Language:JavaScript 72.4%Language:Vue 26.1%Language:HTML 1.5%