项目作者: Joy-Anurag-Mohanty

项目描述 :
A mediocre Food Court Management System
高级语言: Java
项目地址: git://github.com/Joy-Anurag-Mohanty/dbs-mini-project.git
创建时间: 2020-04-24T06:06:36Z
项目社区:https://github.com/Joy-Anurag-Mohanty/dbs-mini-project

开源协议:

下载


DataBase Used: Oracle 11g XE

Front End Application Written in: Java (JavaFX GUI Application)

Summary

  1. Each query has it’s own package where it is processed in the main method
  2. Every package has it’s own stand-alone interface for the respective query(s)
  3. Sentiment Analsys is applied for feedback to sort different types of feedback

How to Run

  1. Run the sql files to create the Databases in Oracle 11g XE.
  2. Add the external JAR files to build path
  3. Run the applications from the Main methods in the Eclipse IDE

Dependencies

The lib folder will have the external JAR dependencies except the corenlp-model-3.8.0 JAR file (as it is a large file). The download link:
CoreNLP