pserv/README.md
2021-04-14 00:33:52 -04:00

13 lines
473 B
Markdown

# Personal Server
This repository contains the base files for the CS 3214
"Personal Secure Server" project.
- `src` - contains the base code's source files.
- `tests` - contains unit tests, performance tests, and associated files.
- `react-app` - contains a JavaScript web app.
- `fuzz` - contains documentation for the 'server fuzzing interface'.
## Get Started
Run the script: `./install-dependencies.sh`. Then, `cd` into `src` and type `make` to build the base code.