Skip to content

chw0806/salesDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SalesDB

SalesDB is a sales data analysis program made with Flask. It is our course project for COP 5725. ORM model is not used due to the course requirement.

Evironment setup

  1. Install requirements
pip install -r requirements.txt
  1. Configure Oracle Instant Client following ODPI-C Installation

  2. Setup and run a few tests

python setup.py develop
pytest
  1. Start the server with
flask run

About

COP5725 course project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.6%
  • HTML 24.0%
  • JavaScript 4.1%
  • CSS 1.3%