Skip to content

chiquetaMariano/college-management-system

Repository files navigation

College exams management system


backend_01 backend_02 frontend

Description

Backend and Frontend for exams management. This project has the following features:

  1. User roles: guests and registered users.
  2. Mail notifications
  3. Backend: Forms and views for exams management (registered users).
  4. Frontend: Forms and views for data query (guests and registered users).

Setup

Requirements:

This project was developed using Laravel Homestead Vagrant box:

  • Composer
  • Laravel
  • MySQL
  • PHP

Installation:

  1. Clone this repo running command git clone https://mariano_chiqueta@bitbucket.org/mariano_chiqueta/trabajo-final.git on a terminal.

Navigate to the project folder and follow the following steps:

  1. Execute command composer install to install dependencies of the project.

  2. Copy the content of the .env.example file to .env and edit the database and mail server configuration with your own parameters.

  3. Run the command php artisan key:generate

  4. Execute the command php artisan migrate --seed in order to generate the tables for your database and generate test data for it.

  5. Start the server running php artisan serve. Enter the URL application from your browser.

About

College exams management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published