Skip to content

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

Notifications You must be signed in to change notification settings

worldwayii/college-portal

 
 

Repository files navigation

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 🔥

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.0%
  • Other 1.0%