You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felicia Seo
64ebfbf313
|
2 years ago | |
---|---|---|
react-app | 2 years ago | |
sfi | 3 years ago | |
src | 2 years ago | |
tests | 2 years ago | |
.gitignore | 7 years ago | |
README.md | 4 years ago | |
install-dependencies.sh | 2 years ago |
README.md
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.sfi
- 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.