Skip to content

CooperM125/Cert.Der

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Cert.Der

Mini-Project 1 - Web Exploits

CIS 4930 - Software Security

Structure

  • cert.der-web: front end
  • cert.der-server: back end

Setup

  • Installation
    • Front End
      • cd cert-der-web && npm i
      • Create .env file in cert.der-web and fill out values from .env.example
      • Install Homebrew, and run npm run setup to setup and install keys for running securely
  • To run front end, cd cert.der-web and run npm run serve

Adding components

  • To add a new component, copy one of the components in the src/components folder to a new .vue file
  • In main.js, import the component and use Vue.component, like the post component is.

Deploy

To build the front end, run npm run build, and deploy the dist folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.1%
  • Vue 42.3%
  • HTML 2.9%
  • Shell 0.7%