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 .css, .svg 2 years ago
react-app support logout in React app frontend, update to 0.2.1 2 years ago
sfi added new gurthang documentation 3 years ago
src .css, .svg 2 years ago
tests Merge branch 'master' of git.cs.vt.edu:cs3214-staff/pserv 2 years ago
.gitignore added JWT demo programs 7 years ago
README.md New Authentication Tests 4 years ago
install-dependencies.sh handout Fall'22 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.