This project is maintained by gorkemkaramolla and burhan-sancakli.
Welcome to the official Laravel website for Nişantaşı University students to track their progress in "KEP" classes.
This project was developed and published upon request from Nişantaşı University. It was created in one week and officially launched on February 19th, 2024. The website was accessible at kepkontrol.nisantasi.edu.tr until June 10th, 2024.
- Student Progress Tracking: Allows students to monitor their progress in KEP classes.
- User-Friendly Interface: Designed to be intuitive and easy to navigate.
- Secure Access: Ensures that student data is protected and accessible only to authorized users.
- Laravel: The PHP framework used for building this website.
- MySQL: Database management for storing student data and progress.
- HTML/CSS: For the front-end design and layout.
- JavaScript: Enhancing user interactions and functionality.
To set up this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-repo/kep-progress-tracking.git cd kep-progress-tracking
-
Install dependencies:
composer install npm install
-
Configure the environment: Rename the
.env.example
file to.env
and update the necessary environment variables. -
Generate application key:
php artisan key:generate
-
Run migrations:
php artisan migrate
-
Start the development server:
php artisan serve
Once the server is running, you can access the website locally at http://localhost:8000
.
We welcome contributions to improve this project. Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or support, please contact the development team at support@nisantasi.edu.tr.
Thank you for using the Nişantaşı University KEP Progress Tracking Website!