- Click on code </> dropdown and copy the .git url then use this command in your terminal.
git clone [URL]
- After it has cloned to your Device's directory do
cd CDAC-SIEM
- Install all dependencies of the project using node.
npm install
If you don't have node.js installed in your device, go to node and download the latest version.
-
Ensure you have Live Server Extension in your VSCode now click the Go Live Button
- Now you are ready, After setting up and following till Step 5, Do:
cd frontend
and then run
npm start
or
yarn dev
depending on terminal.
-
Check your
localhost:3000/
where the React Application is running. -
Backend folder contains connection between Node.js and Django Rest API and also a json file hosted in a seperate file called Agent_Details.json.
Screenshots of the Project
Note: All the screenshots and the data provided in this Project contain dummy data as actual Project was done in a Secure connection to a undisclosable server, which I had acccess during the Internship period, hence only for display purposes I have added dummy json files, for the user to see how the project looked like. Thanks.
This was a Project Made during my Internship at C-DAC*