A simple Parcel Manager for any Learning Institution. This package is specifically made for a particular Polytechnic in Johor.
Here's an example of the system: Parcelman
- To run this app locally, these are the minimum requirement:
- A LAMP Stack, or for example XAMPP with PHP version 5.4 and above
Make sure your Apache and MySQL server is running.
- Download the files from this repo and place it into the webroot, for example if you're using XAMPP (assuming its on a standard installation), navigate to
C:\xampp\htdocs
and typegit clone --recursive https://github.com/r0lodex/parcelman parcelman
- Import
server/dump.sql
into your database. How To - Open up your browser and head on to
https://localhost/parcelman
and you're done.