This API is used for the BLU desktop app
This project started to refresh the current, but outdated, system in place at my college for our used book sell. At the beginning of each semester students can come and drop their old books to sell them. All the money is given back to the students who sold the books. This is a great way to recycle books and to diminish the costs of higher education.
For more information on the BLU, please refer to the Student Council (AÉCS) website
- PHP >= 5.6
- MySQL (Database) (Database repo)
This guide assumes you have an apache and mySQL server installed and configured. To get started clone the repo (git clone git@github.com:katima-g33k/blu-api.git
) into your htdocs directory. Access the API from http://localhost/blu-api
.
To be able to use the API, you must also install the Database
No documentation is available at the moment.
Never commit directly on master, instead use branches and pull requests with contributors as reviewers.