KrsKu is an application for college student to manage their courses, tasks, schedules, etc.
- Management Semesters
- Management Courses
- Management Ipk
- Management Certificates
- Management Study Targets
- Management Schedules
- Management Tasks, School Presences and Course Teams.
copy .env.example to .env and setup your server configuration
- Using Docker
- requirements:
- open file .env, change
WEB_SERVER
toartisan
- run using command line
> docker-compose up -d --build > docker-compose start
- access the website through a browser with the url http://localhost:3333
- Using Apache
- copy root project to your web server document root folder
- open file .env, change
WEB_SERVER
toapache
ordocker
ornginx
- access the website through a browser with the url http://localhost/{rootProjectName}/
- Using Artisan
- open file .env, change
WEB_SERVER
toartisan
- run using command line
> composer start
- access the website through a browser with the url http://localhost:3333
- open file .env, change
Notes: before running web apps, please create database, and run migration first. see: Migration Docs
This application is currently under development which in the future will be able to manage schools, teachers and students so that it can be integrated with the existing system in each school.
This application is open-sourced code licensed under the MIT license.