Skip to content

A PHP web app for buying and selling stocks (not really) !

Notifications You must be signed in to change notification settings

amanagarwal97/CS50-Finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C$50 Finance

A web app developed in PHP to buy and sell stocks. Current stock prices are picked up using Yahoo Finance.

Using the app :

  • Install Apache
  • Install MySQL
  • Run your apache server
  • Run Mysql server

Configuring the database:

  • Make a new database with any name and use PHPmyadmin interface to run the sql code in pset7.sql

  • Make a new file config.json and add the following lines :

{
    "database": {
        "host": "localhost",
        "name": "database_name",
        "username": "your_mysql_username",
        "password": "your_mysql_password"
    }
}

About

A PHP web app for buying and selling stocks (not really) !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published