Skip to content

partsonmdev/FinTech

 
 

Repository files navigation

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

user test account - email@gmail.com
password - 1234

Setup

Change credentials in config.php.

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

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.9%
  • PHP 22.1%
  • JavaScript 5.4%
  • HTML 1.6%