Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.08 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.08 KB

ULC Schedule Maker v2

Project Description

The ULC Schedule Maker is a web app designed to streamline schedule creation at the University Learning Center at New York University. It takes a Google Calendar containing information about staff availability and translates it to a human-readable format to be posted on the university website. For more background, see the design document.

Stack Description

The ULC Schedule Maker runs on a MERN stack. The database is hosted with MongoDB Atlas, and the app itself is not yet hosted.

Runbook

To run in a dev environment:

  1. Make sure you have Yarn installed. Find more information here.
  2. git clone the repository
  3. In the local repository, run yarn install.
  4. Run cd ./client and run yarn install again.
  5. Run cd .. and run yarn dev to launch.