/malware_detection_startup

In this start up i have created a malware detection system using python web framework (flask and mongo db). that is completely a real world application.

Primary LanguageCSS

malware_detection_startup using Flask and mongodb

In this start up i have created a malware detection system using python web framework (flask and mongo db). that is completely a real world application.

This application contains register and login form with session and cookie handling. Also i used JWT for authentication. Mongo db used to store data.

Instruction

1- pip install -r requirements.txt.

2- in malware_detection folder run, run.py (python3 run.py).