Skip to content

Commit e8d9f02

Browse files
committed
init commit
0 parents  commit e8d9f02

27 files changed

Lines changed: 1847 additions & 0 deletions

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# COMP 512 Distributed Systems Project, Fall 2018
2+
3+
## Project Layout
4+
5+
This repository contains all the instructions/specifications and code for the semester-long project.
6+
7+
The `instructions` folder contains all the instructions/specifications of the project as provided by the professor, Bettina Kimme. The instructions are split into three 'milestones' as there were three deliverables for this project over the course of the semester.
8+
9+
The `code` folder contains all the actual code.
10+
11+
## How to use it
12+
13+
### Milestones
14+
15+
There are three commits tagged `milestone01`, `milestone02`, and `milestone03`. These commits snapshot the state of the project at the due date of each milestone, respectively.
16+
17+
### Building and Running
18+
19+
**TODO**

0 commit comments

Comments
 (0)