IdolCS is an application designed to provide users with course and subject-wise notes, along with announcements related to exams, results, and more. Whether you're a student seeking study materials or staying updated on academic information, IdolCS has got you covered.
To set up the IdolCS Laravel project, follow these steps:
-
Clone the repository:
git clone https://github.com/Nobita246/idolcsapi.git
-
Install dependencies:
composer update
for Hostinger it's
composer2
, so,composer2 update
-
Run migrations:
php artisan migrate
-
Start Laravel Server:
php artisan serve
Now you're all set to start using IdolCS! Enjoy accessing your course notes and staying updated with the latest announcements.