-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
17 lines (13 loc) · 723 Bytes
/
README
File metadata and controls
17 lines (13 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MockStock
This is a simple stock market simulator.
The backend has been developed on MySQL database.
Usage:
- The system has a login page. Users can login through this page.
- If its a new user then, there is a sign up option as well.
- Successful login will lead the user to dashboard where the user's shares are shown.
- The trade page is where shares are bought and sold.
- The seller board shows shares which are available for buying.
- Modification of seller board is also possible by the user.
- IPO page show IPOs at a particular time if there are any.
The entire database interaction is done using PHP.
There is a file by name config.txt where one can modify the credentials to login to MySQL database.