Skip to content

Bryce-Davenport/CS340-Term-Project

Repository files navigation

CS340_Term_Project

This repository hosts Bryce Davenport and Jack Armstrong's CS340 Term Project: Crazy Computers

Note

Relevant citations for files or functions are located within the codebase

Project Citation

Based on the CS340 starter code and project steps 1-5 guidelines

File Structure:

CS340-Term-Project/
- backend/                      # Node.js backend
    - app.js
    - db-connector.js           # These files are left "empty"
    - db.js                              
- frontend/                     # Web UI files
    - views
        - layouts
            - main.hbs
        - partials
            - nav.hbs
        customers.hbs
        index.hbs               # Main webpages
        orderitems.hbs          
        order.hbs
        products.hbs
    - style.css
- Diagrams/                     # ERDs
- MySQL_Workbench/              # .mwb files from MySQL Workbench
- .gitignore                       
- DDL.sql                       # Database schema + sample data
- data_manipulation_queries.sql # DML Documentation
- PL.sql                        # Stored Procedures 
- backup_DDL_dump.sql           # Full schema+data backup
- README.md                     # Project notes/documentation

Diagrams

ERD:

Simple ERD Diagram

Schema:

Database Schema

About

This repo contains the project files for the term project for CS340 at OSU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors