Skygems is a bundle of professionally packaged excellence-driven test and tutorial kits. It has features such as:
-
Study: All necessary topics needed to pass Nigerian Universities’ entrance examinations, from O-levels to A-levels.
-
Book Tutor: Finding it hard to study on your on? book a tutor from our team of outstanding scholars.
-
Past Questions: Practice questions of several years that will adequately prepare you for the exam that you are preparing for.
-
Progress: Track how well you are faring in your preparation for your next exam. See your cumulative grade point.
-
Smart Subscriptions: Easily subscribe with your debit card without leaving your location.
- clone the repo on your local drive.
- cd(change directory) into the the project folder. i.e ulearn.
- Run
composer install(on your terminal) to install the vendor files. - Run
cp .env.example .envto copy the cotent of.env.exampleto.env - Replace the database information in
.envfile a - Run
php artisan migrate --seedto migrate and seed the database with data. - Run
php artisan passport:installto migrate and seed the database with data. - Run
php artisan serve(on your terminal) to run the project. - When you make changes to the project, push to remote repo.
To work with API check Documentation