Welcome to the CyberRakshak project! This project is a web application designed to ....
CyberRakshak is designed to, e.g. monitor cybersecurity threats, provide educational resources, etc. It includes features like ....
- User Authentication: Secure login and registration system.
- Dashboard: Overview of key metrics and information.
- Real-time Alerts: Receive notifications about important events.
- Reports: Generate and view detailed reports.
- Educational Resources: Access tutorials and guides on cybersecurity.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/pankajmourya007/CyberRakshak.git
-
Navigate to the project directory:
cd CyberRakshak
-
Create and activate a virtual environment:
virtualenv venv --python=python3.9 source venv/bin/activate
-
Install dependencies:
pip install -r requirements.txt
To start the application, run:
python server.py
Then open your web browser and go to http://localhost:5000
to access the application.
Contributions are welcome! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
This project is licensed under the MIT License - see the LICENSE.md file for details.
For any inquiries or feedback, please contact pankaj2k21mourya007@gmail.com.