G0uth4m / Restaurant-Management-php-postgresql

Restaurant Management System(beta)
2 stars 2 forks source link
bootstrap html jquery php postgresql restaurant-management web-application

Restaurant-Management-php-postgresql

Restaurant Management System(beta)

Requirements :

PDO library for PHP : https://www.php.net/manual/en/book.pdo.php

Internet connection for bootstrap and jquery

Installation :

Get inside postgres

postgres=# \i RestMan.sql
postgres=# \i InsertRestMan.sql
postgres=# \i log.sql

Create new user and grant privileges to the databases(log and restaurant)

Change the database username and password in db.php and database_connection.php

Default credentials -

email : example@example.com

password : password

Frameworks used :

Fun time :

Report any security vulnerabilities to goutham67r@gmail.com

Currently I found 2 vulnerablities.

Have fun in bug hunting.

Author