Create a folder called silzila (or any name of your choice).
Open your command prompt (Windows) or terminal (macOS/Linux) and navigate to the folder:
cd path/to/your/silzila/folder
copy
Clone the Silzila repository: git clone Click here
Open and Run the Application
Open the cloned repository in your IDE (e.g., VS Code / IntelliJ IDEA ).
Navigate to the viz application within the IDE.
Click the run symbol in vs code/ IntelliJ IDEA , to run the backend Spring boot code.
Spring boot application will run in http://localhost:8080
API Testing
Install Insomnia or any other API testing tool.
Import the provided Insomnia API file into your API testing tool. This file contains all the necessary API endpoints for testing the Silzila application.
Use the imported API endpoints to test the Silzila backend.