Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 863 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 863 Bytes

HAWK

Screenshot 2023-10-15 at 2 20 37 PM

Monitoring of Suspicious activity in cms

Built with laravel 5 and python

Getting started

Admin Crdentials user: admin@hawkblog.in password: admin123

User Credentials user: user@hawkblog.in password: user123

Clone existing repository

git clone clone_url

Update dependencies

composer update

Make DB Migartion

Modify DB name and DB name in .env file or import the database

php artisan migrate

Genearte Application Key

php artisan key:generate

Run application

php artisan serve

local application will be started at localhost:8000. Port number may differ

Database

The sql dump is in _SQL/lsapp.sql