About Dataverse | Application Preview | Versions | Repository Structure | Use Dataverse | Make Contributions | Links |
---|
Event Logo | Event Name |
---|---|
![]() |
Social Winter of Code Season-5 (SWOC) 2024-2025 |
![]() |
GirlScript Summer of Code Ext (GSSoC'24) 2024 |
![]() |
Hacktober Fest 2024 |
Software GUI
Version | Description |
---|---|
v.XM45.24 Under Development |
High scale installable vesrion currently being developed, has improved UI based on glassmorphism. Makes the project mobile-friendly and provides more analytical features. Seeks major contributions through SWOC-S5. |
v.6550.24 Latest |
Current stable version that supports most of the data visualisation techniques and finance tracking. Major development done during GSSoC'24. |
v.06.02.24 | Initial version developed on 6th February, 2024. Only supports finance tracking. |
📂 View Repository Structure |
---|
I. Navigate to the directory where you want to deploy the dataverse application and open terminal or command prompt there.
II. Run the following commands in terminal:
git clone https://github.com/multiverseweb/Dataverse.git
III. Create a Virtual Environment (optional but recommended)
On Windows:
python -m venv venv
venv\Scripts\activate
On macOS/Linux:
python3 -m venv venv
source venv/bin/activate
IV. Install dependencies:
cd Dataverse
pip install -r installation/requirements.txt
V. Install MySQL if you don't have it already from here.
[!IMPORTANT] Change the values of
DB_HOST
,DB_USER
andDB_PASSWORD
in software/db_config.py file according to your MySQL account.
VI. Run the application:
python software/main.py
VII. To Run index.html
(For Website Development)
index.html
file in VS Code.The default URL will be:
http://localhost:5500/Dataverse/index.html
Now, the software should run smoothly with no errors, feel free to use the software and don't forget to give feedback on Dataverse's website!
Want to make contributions to this project? ✨
Read contribution guidelines! |
---|
![]() |
![]() |
![]() |
Multiverse |
---|