Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 849 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 849 Bytes

GUC Schedule Viewer

A website that displays the schedule of a student at the GUC

You can check out the live version here

About

This project is divided into two parts: Server, Client

The server exposes an api that given the student's id returns the schedule.

The server is implemented in JS and TS and is designed to be deployed to Google Cloud Platform. It uses two main services: Google Cloud Functions and Google Cloud Firestore.

The client is implemented in ReactJS and is currently hosted on Google Firebase Hosting. Although, it can be hosted as a static page on any hosting service.

License

This project is licensed under the ISC License