FinTech

A platform for peer to peer money lending and crowd funding.

GPL-3.0 License

Stars
13

Fin-Tech

Feel Free To Contribute.

This Repo is Fin-Tech Project using PHP7.x, PHPmyadmin, mySQL5.x

Features

  1. User account login
  2. Transaction History

Setup

Change credentials in config.php.

<?php $con = mysqli_connect("localhost","user","password","database") or die(mysqli_error($con)); ?>

Open PHPmyadmin create a database named project. Import the travel.sql file in database folder.