Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 906 Bytes

File metadata and controls

34 lines (26 loc) · 906 Bytes

IdolCS

Description

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.

Setting Up IdolCS Laravel Project

To set up the IdolCS Laravel project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Nobita246/idolcsapi.git
  2. Install dependencies:

    composer update

    for Hostinger it's composer2, so,

    composer2 update
  3. Run migrations:

    php artisan migrate
  4. 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.