Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 524 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 524 Bytes

EECS 4413 Course Repository

This repository contains the code examples from the Lectures and Lab sessions of the EECS 4413: Building E-Commerce Systems (Fall 2021) course. It combines all of the individual Modules into a single project. To download all of the modules and code examples all at once, run this in the terminal:

git clone git@github.com:EECS4413-2021F/EECS4413-2021F-courserepo.git
git submodule update --init --recursive

To update the code, run:

git pull --recurse-submodules