Skip to content

tanzy32/grpAssign

Repository files navigation

UECS3294 Advanced Web Application Development

Assignment Group P2_02

Name Student ID
  • Elton Wong Khai Sheng
  • Lee Jia Seng
  • Low Wei Heng
  • Tan Zhi Yang
  • 2200397
  • 2005132
  • 2004604
  • 2100208

Assignment title: Student Result Managment System

This assigment project Student Result Management System is based on the open-source project developed by Anuj Kumar


Here is the link to the open-source project: https://phpgurukul.com/student-result-management-system/

Guide on Running the Project

Steps on Running the Cloned Repository:

  1. Please note that when the Laravel project is pushed to github, it does not include the vendor folder. vendor folder contains all the dependencies for our project. But the dependecies needed are all listed in the composer.json file. Please run
    composer update
    to regenerate the vendor folder and update all the dependencies to the latest version.
  2. Then we need to install all the listed dependencies into the recreated vendor folder by running
    composer install
  3. Please note that there is no .env file!!! When the Laravel project is pushed to github it will ignore the .env file. So when you clone and pull the project please rename the .env.example file to .env. After you have renamed the file and set all the credentials. Please run
    php artisan key:generate
    to generate an application encryption key for your cloned project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •