All config such as username, password, or host should be in ignore folder in current directory. Please ask your project manager for this folder or set it up yourself so you can run the project.
path should be (./ignore/db_config.json)
{
"username": "****",
"password": "****",
"host": "****",
"port": "****",
"database": "****",
"jdbc_prefix": "****",
"jdbc_setting": "****",
"api": "****",
"cookies": "****",
}
Read README.md in java folder
To run webapp, you will need node and npm installed
cd javascript/webapp
npm install
npm install -g webpack webpack-cli
npm start
To run server, you will need node and npm installed
cd javascript/server
npm install
node app.js
Read README.md in python folder
v0.2.1
To get the data we need, we have the APIs as following:
- Get all stock symbols:
$host:$port/Symbols