PhishBuster
PhishBuster copied to clipboard
Favicon and Hover Effect on Nav Bar Links
- Adding Favicon to the webpage
- Adding CSS hover effects on the navbar links.
@VFXGamer is it resolved? Or can you assign it to me? In addition, I would also like to slightly improve the button design
@VFXGamer is it resolved? Or can you assign it to me? In addition, I would also like to slightly improve the button design
Not resolved yet. I can assign you in parallel. Go ahead 😄
thanks :)
hey @VFXGamer could you please tell how do we run the code on a local server?
If you know how to use docker it will get setup in no time.
Otherwise you will have to run the following commands:
-
pip3 install -r requirements.txt
- Use the
phishbuster.sql
file and setup mysql database locally on your system. - Enter the database details in app.py
-
python3 app.py
okay thanks