A student management web app built as a capstone project at Findworka Academy.
- Creation of assignments by tutor
- Submission of assignments by students and real time grading by tutors.
- Installmental payment of tution fee by students and if a student does not pay, they get locked out of their account until they pay!
- Curriculum download by students.
- Helpful resources up for download by students.
- Tutor can set deadline for the assignment given and if student doesn't submit before the deadline, the opportunity for submission is closed
git clone https://github.com/samson1998/fw-project.git
cd file
composer install
cp .env.example .env
php artisan key:generate
php -S 127.0.0.1:8080 -t public/