An online portal to make the process procurement quick, managable and simple. It will also made as secure as possible.
To read the documentation, SRS or Design Artifacts visit our Wiki page. For the User Manual, click here.
To build the website on your PC
- Make sure you have installed PHP and MySQL
- Clone the repo on your local machine (in htdocs folder or wherever you configured your server's root)
- Initialize the database by opening http://localhost/install.php
The website uses password-compat library to encrypt passwords, so you should install that as well. We'll use the PHP package manager, composer to do this:
- Open terminal in pub folder and run
php composer.phar install
Open terminal in pub folder and run php test