Temidayojnr / college-portal

An open source project for a modern online portal for tertiary institutions 🔥

Home Page:https://college-portal.github.io/college-portal/#general

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

College Portal

Codeship Status for college-portal/college-portal

An open source Rest API for a modern online portal for tertiary institutions including

  • Universities
  • Polytechnics
  • Colleges of Education

Status

  • Under Active Development

Setup

  • Clone this repository
  • Be sure to have Laravel Development Environment setup on your system
  • Copy the .env.example file to a .env file and update its values
  • Create an App Key with php artisan key:generate
  • Run composer update to install dependencies
  • To use the image upload feature
    • Create a cloudinary account
    • Fill the CLOUDINARY_* fields in .env
  • Create a MySQL, PostgreSQL or SQLite DB and connect it via the .env file
  • To seed your DB with test data, run php artisan db:seed
  • To serve the application, run php artisan serve

Rest API Documentation

The documentation exists here.

Technologies

  • PHP (Laravel)
  • MySQL

Contribution Guide

See our guide for contributors.

A Peek (ER Diagram)

image

About

An open source project for a modern online portal for tertiary institutions 🔥

https://college-portal.github.io/college-portal/#general


Languages

Language:PHP 98.9%Language:HTML 0.5%Language:Shell 0.4%Language:Vue 0.1%