Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r-n/si-pak-dosen

Information system that facilitates lecturer credit assessment
https://github.com/r-n/si-pak-dosen

ajax codeigniter dosen information-system information-systems jquery jquery-ajax lecturer paging php web

Last synced: 20 days ago
JSON representation

Information system that facilitates lecturer credit assessment

Awesome Lists containing this project

README

        

# SI PAK Dosen

Config in application/config/config.php:
- $config['base_url'] = 'http://localhost/si-pak-dosen'; // (it should be able to adjust to your path though)

Database creds in application/config/database.php:
- 'hostname' => 'localhost',
- 'username' => 'root',
- 'password' => '',
- 'database' => 'si-pak-dosen',
- 'dbdriver' => 'mysqli',

Users:
1. Dosen
- Username: dosen
- Password: dosen
2. Admin
- Username: admin
- Password: admin

Dosen juga termasuk penilai. Admin dapat membuat akun penilai baru.