https://github.com/adejorosam/fw-project
A student management web app built as a capstone project during my time at Findworka Academy.
https://github.com/adejorosam/fw-project
findworka-academy laravel mooc php student-management students
Last synced: 5 months ago
JSON representation
A student management web app built as a capstone project during my time at Findworka Academy.
- Host: GitHub
- URL: https://github.com/adejorosam/fw-project
- Owner: adejorosam
- Created: 2020-01-19T10:06:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:42:07.000Z (over 2 years ago)
- Last Synced: 2025-05-11T12:53:26.352Z (5 months ago)
- Topics: findworka-academy, laravel, mooc, php, student-management, students
- Language: HTML
- Homepage: https://findworkademy.herokuapp.com
- Size: 13.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## About Fw-Project
A student management web app built as a capstone project at Findworka Academy.
## Features
1. Creation of assignments by tutor
2. Submission of assignments by students and real time grading by tutors.
3. Installmental payment of tution fee by students and if a student does not pay, they get locked out of their account until they pay!
4. Curriculum download by students.
5. Helpful resources up for download by students.
6. Tutor can set deadline for the assignment given and if student doesn't submit before the deadline, the opportunity for submission is closed## Installation
```
git clone https://github.com/samson1998/fw-project.gitcd file
composer install
cp .env.example .env
php artisan key:generate
php -S 127.0.0.1:8080 -t public/
```