The documentation is available in Indonesian. README_id.md
Harmonikeys is an e-commerce web application created to fulfill the final project of the Web Programming and Web Service course by using the following components.
- PHP 8.0.6
- Apache 2.4.47
- MariaDB 10.4.19
- phpMyAdmin 5.1.0
- Bootstrap 5.0.1
A user can be assigned one of many roles. By default, there are 2 roles and will be assigned 'user' role at registration:
- user.
- administrator.
The following list are common features available to all users of this application
- Registration.
- Login.
- See your own profile.
- Change your own profile.
- Logout.
There are some special features that are only given to users with the administrator role. To access the admin account, you may use the following username and password.
username: admin
password: admin
An administrator has special features, such as
- Change users data manually
- Change the role of another users
- Delete users
- Add a new role
- Delete the role that has been created
- Access to all pages, including admin dashboard
A normal user has all the common features of this application. To access a normal user account, use the following username and password.
username: wendy
password: wendy
More features to be added, if I feel like it. - Wendy