https://github.com/gorkemkaramolla/kepkontrol.nisantasi.edu.tr
This the official Laravel Website allowing students of Nişantaşı University to check their progress on "KEP" classes. This website was officially launched on February 19th 2024 and was accessible on kepkontrol.nisantasi.edu.tr until June 10th 2024. The project was developed and published in a week for the Nişantaşı University upon their request.
https://github.com/gorkemkaramolla/kepkontrol.nisantasi.edu.tr
Last synced: 3 months ago
JSON representation
This the official Laravel Website allowing students of Nişantaşı University to check their progress on "KEP" classes. This website was officially launched on February 19th 2024 and was accessible on kepkontrol.nisantasi.edu.tr until June 10th 2024. The project was developed and published in a week for the Nişantaşı University upon their request.
- Host: GitHub
- URL: https://github.com/gorkemkaramolla/kepkontrol.nisantasi.edu.tr
- Owner: gorkemkaramolla
- Created: 2024-02-20T19:04:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-10T13:22:08.000Z (11 months ago)
- Last Synced: 2025-01-15T07:39:47.644Z (5 months ago)
- Language: PHP
- Homepage: https://kepkontrol.nisantasi.edu.tr
- Size: 524 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nişantaşı University KEP Progress Tracking Website
This project is maintained by [gorkemkaramolla](https://github.com/gorkemkaramolla) and [burhan-sancakli](https://github.com/burhan-sancakli).
Welcome to the official Laravel website for Nişantaşı University students to track their progress in "KEP" classes.
## Overview
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](http://kepkontrol.nisantasi.edu.tr) until June 10th, 2024.
## Features
- **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.## Technologies Used
- **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.## Installation
To set up this project locally, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/your-repo/kep-progress-tracking.git
cd kep-progress-tracking
```2. **Install dependencies**:
```bash
composer install
npm install
```3. **Configure the environment**:
Rename the `.env.example` file to `.env` and update the necessary environment variables.4. **Generate application key**:
```bash
php artisan key:generate
```5. **Run migrations**:
```bash
php artisan migrate
```6. **Start the development server**:
```bash
php artisan serve
```## Usage
Once the server is running, you can access the website locally at `http://localhost:8000`.
## Contributing
We welcome contributions to improve this project. Please fork the repository and submit a pull request with your changes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For any inquiries or support, please contact the development team at [[email protected]](mailto:[email protected]).
---
Thank you for using the Nişantaşı University KEP Progress Tracking Website!