yunomer / vCard-Project

A Node App that lets users upload vCards to store and display. This also has vCard verifier running on back end (Using C)

Home Page:https://heroku-node-39928.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CIS*2750 vCard-Reader

1. Install

# From the root of the directory
npm install

2. Running Server

# PORT is your personally given port number, e.g. 1234
npm run dev PORT
# Server will be accessible at http://localhost:PORT

Directory Structure

# This contains the Backend Node Server, with our Web Application and API
app.js

# These are the package configuration files for npm to install dependencies
package.json
package-lock.json

# This is the Frontend HTML file that you see when you visit the document root
public/index.html

# This is the Frontend browser JavaScript file
public/index.js

# This is the Frontend Custom Style Sheet file
public/style.css

# This is the directory for uploaded .vcf files
upload/

# This is the directory where C parser code resides
parser/

About

A Node App that lets users upload vCards to store and display. This also has vCard verifier running on back end (Using C)

https://heroku-node-39928.herokuapp.com/


Languages

Language:C 92.0%Language:JavaScript 5.6%Language:HTML 1.1%Language:Makefile 0.9%Language:CSS 0.4%