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.
The ULC Schedule Maker runs on a MERN stack. The database is hosted with MongoDB Atlas, and the app itself is not yet hosted.
To run in a dev environment:
- Make sure you have Yarn installed. Find more information here.
git clone
the repository- In the local repository, run
yarn install
. - Run
cd ./client
and runyarn install
again. - Run
cd ..
and runyarn dev
to launch.