This repository is created for Karnataka State Police Hackathon 2023 - submission collection.
https://drive.google.com/file/d/1qtwhGpbzUcrO0rtcAR7XFlIcMeQPtoQJ/view?usp=sharing
email : admin@gmail.com
Steps to run project-
- Clone this repo in your system
- Your system should contain the vs code software installed in your system
- Install all the node modules (command - npm install)
- Your system should contain the latest python version to run the py file.
- Separately start front end server and Backend server
- To start Front end - open the integrated terminal by right clicking on the frontend folder - then run the command npm start
- To start Backend Server - open the integrated terminal by right clicking on the Backend folder - then run the command npm start
- To start the py file - run the .py file along with front end server and backend server.
- You should separately start the servers every time when you close the software and want to re-run it.