Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhodrolok/unidbms


https://github.com/bhodrolok/unidbms

Last synced: 10 days ago
JSON representation

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.