A robust and secure web application built with Django.
- User authentication and authorization
- Data encryption at rest and in transit
- CSRF protection
- XSS prevention
- SQL injection safeguards
- Regular security audits and updates
- Clone the repository:
git clone https://github.com/thisisarnabdas/CSE447.git
- Install dependencies:
pip install -r requirements.txt
- Start the development server:
python manage.py runserver
- Keep Django and all dependencies up to date
- Use environment variables for sensitive information
- Implement strong password policies
- Enable two-factor authentication
- Regularly backup your database
- Monitor your application for unusual activity
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Arnab Das - arnab.das@g.bracu.ac.bd
Project Link: https://github.com/thisisarnabdas/CSE447
Made with ❤️ by ARNAB