All Projects → Seunope → Aloc Endpoints

Seunope / Aloc Endpoints

5,000 past questions api end points for POST-UTME, UTME, WASSCE, NECO questions

Projects that are alternatives of or similar to Aloc Endpoints

Android Base
Android Clean Architecture MVP RESTful client template app
Stars: ✭ 87 (-35.56%)
Mutual labels:  practice
Site Reliability Engineer Guide
Stars: ✭ 112 (-17.04%)
Mutual labels:  practice
Vue Endless H5 Game
一个Vue制作的冒险游戏
Stars: ✭ 121 (-10.37%)
Mutual labels:  practice
Cpp.playground
educational repo for storing my practice sessions with ASM, C and C++ as well as solutions to online courses I take relating to ASM, C, and C++ programming
Stars: ✭ 94 (-30.37%)
Mutual labels:  practice
Gsoc Faqs
An unofficial Google Summer of Code Frequently Asked Questions
Stars: ✭ 104 (-22.96%)
Mutual labels:  students
Front end Demos
前端练手项目
Stars: ✭ 115 (-14.81%)
Mutual labels:  practice
Ios Demos
Examples of ios applications http://www.novoda.com/blog
Stars: ✭ 85 (-37.04%)
Mutual labels:  practice
Git Kata
When you know the bases of git but sometimes you have problemes with it. This "code kata" could help you to deal with git problems
Stars: ✭ 127 (-5.93%)
Mutual labels:  practice
Tradingview Trainer
A lightweight app for practicing your trading on Tradingview
Stars: ✭ 106 (-21.48%)
Mutual labels:  practice
Phd
A list of resources on how/why to do a PhD
Stars: ✭ 120 (-11.11%)
Mutual labels:  students
Schoolerp
SchoolERP Project is School ERP System which has various features as students management,accounts management,attendance management,faculty management,HR management,other expenses management
Stars: ✭ 95 (-29.63%)
Mutual labels:  students
Awesome Openminds Team
A Repository for students, geeks, programmers, and designers
Stars: ✭ 101 (-25.19%)
Mutual labels:  students
Studijne Materialy Fiit
Repozitar pre INFO a PKSS odbory
Stars: ✭ 117 (-13.33%)
Mutual labels:  students
Funmath
☔️ Implementations of mathematical functions, formulas and concepts
Stars: ✭ 93 (-31.11%)
Mutual labels:  practice
Studentinsights
We work within school communities to make open, secure, student-centered data systems. Say [email protected]!
Stars: ✭ 121 (-10.37%)
Mutual labels:  students
Ml Audio Start
Suggestions for those interested in developing audio applications of machine learning
Stars: ✭ 87 (-35.56%)
Mutual labels:  students
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+1218.52%)
Mutual labels:  practice
Stumanager
🎓 Student Information Management System (学生信息管理系统)
Stars: ✭ 133 (-1.48%)
Mutual labels:  students
Profileio
Static site and resume generator from YAML based profile for students and researchers. Generates ready to deploy branches via github actions.
Stars: ✭ 122 (-9.63%)
Mutual labels:  students
Fe Awesome Demos
✨前端入门demos集合
Stars: ✭ 119 (-11.85%)
Mutual labels:  practice

Get Inspired to Practice

About ALOC

ALOC is an adventure based CBT practice platform with an engaging game story that unravels as students’ progresses in game levels. We use gaming concepts to increase student practice time and grade.[https://aloc.ng]

  • Experience CBT in game environment
  • Gain free access to unlimited past questions
  • Chat with students across Nigeria
  • Get paid for being smart
  • Learn for fun, play for glory

Finally, boring time are over, academic practice can now be Fun for students seeking university admission.

About ALOC Questions API

This app gives developers and educator access to our questions via APIs call. You get free access to over 6,000 past questions for UTME, WASSCE, POST-UTME

Make api calls to have access to over 6,000 Major Nigeria past questions. 100% FREE

You can focus on building great apps for students with unlimited access to api calls for trivial questions of major exams in Nigeria

Our Goal

To have the largest open source database of various past questions in Nigeria.

Call for Questions

Over 3,850,863 API questions request has been made to this library. Do you have questions you want to add to this database? We are excited to receive your mail at [email protected]

Setup

  • php artisan composer update

  • In the project root directory create another copy of .env.example and rename it to .env

  • Generate application key php artisan key:generate

  • In .env file, supply values to DB_DATABASE, DB_USERNAME, DB_PASSWORD

  • php artisan migrate

  • You can load some dummy data into database for testing php artisan db:seed --class=LoadDummyQuestions

  • Load report question types php artisan db:seed --class=ReportQuestionType this is optional

  • php artisan server to load app. You Got it!

API call Examples

Get a question

https://questions.aloc.ng/api/q?subject=chemistry

Get many questions (returns 40 questions)

https://questions.aloc.ng/api/m?subject=chemistry

Get several questions (limit 40)

https://questions.aloc.ng/api/q/7?subject=chemistry

eg.

https://questions.aloc.ng/api/q/23?subject=chemistry https://questions.aloc.ng/api/q/30?subject=chemistry https://questions.aloc.ng/api/q/4?subject=chemistry

Get a question by year

https://questions.aloc.ng/api/q?subject=chemistry&year=2005

Get a question by exam type

https://questions.aloc.ng/api/q?subject=chemistry&type=utme

Get a question by type and year

https://questions.aloc.ng/api/q?subject=chemistry&year=2010&type=utme

Get question by id and subject

https://questions.aloc.ng/api/q-by-id/1?subject=chemistry

For more detailed examples visit https://questions.aloc.ng

API Documentation

Vist the lib wiki to get access to some special features.API Documentation

  • Subject Metrics
  • API Parameters
  • Sample APIs
  • Subject & Year

ALOC Sponsors

We would like to extend our thanks to the following sponsors for helping fund on-going ALOC development. If you are interested in becoming a sponsor, please send a mail to Admin [[email protected]]:

Contributing

Thank you for considering contributing to the ALOC Questions Api end points!

Security Vulnerabilities

If you discover a security vulnerability within ALOC APIs, please send an e-mail to Admin via [[email protected]](mailto:[email protected]. All security vulnerabilities will be promptly addressed.

License

The ALOC API is open-sourced software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].