Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddiezane/evote
CS 419 Final Project
https://github.com/eddiezane/evote
Last synced: about 1 month ago
JSON representation
CS 419 Final Project
- Host: GitHub
- URL: https://github.com/eddiezane/evote
- Owner: eddiezane
- Created: 2014-04-29T14:41:34.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T22:16:33.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T11:47:39.570Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EVote
=====The final project for CS 419 (computer security), was to implement a secure electronic voting system. I shat this out in a few hours. See the PDF for more info.
## Installation
After cloning the repo with `git clone [email protected]:eddiezane/EVote.git` cd
into the directory and run `npm install -d` to install dependencies.## Running
To start the app, run `npm start`. Visit the CLA at [https://localhost:5000](https://localhost:5000) and the CTF at [https://localhost:3000](https://localhost:3000).
## Testing
Run `npm test`. CSRF tokens are sad to test so I pretty much stopped caring.