- Install Python dependencies
pip3 install -r requirements.txt
- Ensure that you have node and npm installed on your system.
- Run
npm install
to install node dependencies - Run
npm start
- Application will be running at http://127.0.0.1:8000
Please checkout the documentation in docs
folder.
Run the ISRO_data_visualisation_tool.exe
file, install it.
Inside there are two apps that must be run sequentially for node application to work. Also, data directory must be present in the root project directory for node app to work.
data2json.exe
(must be run first, will analyse data and create json files.)server-win.exe
Then, runserver-win.exe
and app will be running on localhosthttp://127.0.0.1:8000/
- To Open
Windows Security
or press window + I - Go to
update Security
->Virus And threat protection
. - Under
Virus And threat protection
settings, click on manage settings - Under
Exclusion
click onAdd or remove Exclusion
and addC:\Users\<username>\Downloads
or the path where you are to download the file. - If you want to keep exe file in any other folder just add that folder here as shown in the steps above.
- On terminal, run
pip3 install -r requirements.txt
- Run
python cat_json.py
to create json files. - Now with data directory present in same folder as executable You can run the app.
chmod +x <executable_name>
./<executable_name>
- python3 and pip3