Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhodrolok/unidbms
https://github.com/bhodrolok/unidbms
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhodrolok/unidbms
- Owner: bhodrolok
- Created: 2020-11-12T21:01:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T19:49:54.000Z (over 2 years ago)
- Last Synced: 2024-11-08T16:37:10.692Z (2 months ago)
- Language: PHP
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project completed for course: CPSC 471 (Fall 2020).
A simple yet functional university database application created using MySQL and PHP.
This project will produce a database that will help university administrations keep a record of student information
such as grades and contact information.//Usage instructions:
Very helpful to have XAMPP (https://www.apachefriends.org/index.html) or MAMP(https://www.mamp.info/en/windows/) installed in your device.Make sure the get the source code from the latest branch(Master).
To use XAMPP:
Once you have XAMPP, open XAMPP control panel, start the Apache and MySQL servers.
Go to C:\xampp\htdocs, create a folder, unzip and paste the source code in this folder.
Open a web browser and type in localhost/path/to/folder(eg: localhost/folder/), you should be able to view the website now.
To use MAMP:
Create a folder containing the source code. Open MAMP, go to preferences and do the following:
Go to port, and set the Apache port to 8888.
Go to Web Server, select Apache.
Make sure that when you are in Web Server, the Document Root is the same root as the folder containing the source code.
Start the servers from the main page
Open a web browser and type in localhost:8888, you should be able to view the website now.