Skip to content

CSUF-Computer-Science/super-duper-spork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Sporkify

A project for CPSC 362 Foundations of Software Engineering at CSUF Fall 2018

Description:

Initial iterations of an inventory, sales and employee management system built to meet the needs of a small business owner who deals in selling electronics online via sites like Ebay and Amazon.

Why The Spork:

When creating our initial repository github suggested "super-duper-spork" as its name.
At the time we were in need of a group name so we embraced the recommendation and Sporkify evolved from there.

Created by

David Feinzimer, Dayna Anderson, Joshua Ferrara, Marc Reyes, Stacey Frasier, Zachary Owen

Installing

To run this project you will need to download a few things. First up - Python:

https://docs.djangoproject.com/en/2.1/topics/install/#install-python

Next skip down to the installation of pip & Django:

https://docs.djangoproject.com/en/2.1/topics/install/#installing-an-official-release-with-pip

You will need to run the following command from your pip installer:

pip intall pandas

You should be good to go!