Git Product home page Git Product logo

pqrcalculator's Introduction

Introduction

Welcome to the PQRCalculator! This repository holds the source code for automated course and software coverage calculation for the STLAWU PQRC. This project was developed as a project for CS-345 Database Systems. Turns out that it worked pretty decent, so we're keeping it around!

Instructions

This is where I'd put a step by step instruction manual on how to use the PQRCalculator...

  1. Table creation.

The commands to create tables can be found in DDL.sql. These include the commands to grant ehar access to this database (that I am not positive work). Many of the create table commands are also run within our python program when we interact with our database.

  1. Views and SQL Queries

The queries are where this project is lacking. There are no highly complicated queries, but all queries that drive our program can be found in DML.sql. They can also be found in src/commands.py.

  1. Final Project Presentation

A copy of my slides can be found (in pdf form) in presentation/presentation.pdf

  1. My Python Program

Goodness. Can be accessed by running cd src && python3 main.py. Note that in order to connect to the database (through main.py), you will need to configure a database name and database user (in db_info.py). You'll also need to create a src/.pwd file in order to access the psql database.

The rest of things in this repo have helped me in some way stay organized while developing this project. Feel free to poke around as you so please.

pqrcalculator's People

Contributors

charlesreinhardt avatar

Watchers

 avatar

pqrcalculator's Issues

Testing

How awesome would it be if we had some actual unit and/or end-to-end tests for this package? I think it'd be pretty cool. We could use the unittest or maybe pytest. Just something would be better than nothing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.