Skip to content

Latest commit

 

History

History
116 lines (93 loc) · 5.42 KB

readme.md

File metadata and controls

116 lines (93 loc) · 5.42 KB

About this project

It is built initially for the CSE Department of DSCE, to enter and store the Course Outcomes and Program Specific Outcomes od their individual courses and perform the required calculations. It also holds the student database and insights about the department for the purpose of the department.

Features :

  1. Add CO - Edit CO - View CO
  2. Add PSO - Edit PSO - View PSO
  3. Add Student information All of these available subject vice.

How to Install this project?

Its a Laravel Project.

  1. Download/Clone this repository
  2. Download the XAMPP
  3. Go to xampp folder, xampp/apache/conf/extra/httpd-vhosts.conf
  4. Open it as Administrator
  5. Add this
    '<VirtualHost *:80>
    DocumentRoot "C:/xampp/htdocs/DSCE-Calci/public"
    ServerName dsceapp.dev
    </VirtualHost>'
  6. Save and Close
  7. Open Notepad as admin Now from Notepad, hit on Open and navigate to C:\Windows\System32\drivers\etc\hosts
  8. paste this in the last 127.0.0.1 dsceapp.dev
  9. Now paste the dowloaded and extracted dsceFM folder into htdocs folder of the xampp folder.

We're almost done

  1. Now open the project-folder with Visual Studio Code (or any of your favourite text editor)
  2. Open the terminal in that folder also
  3. Run these commands one by one composer install
    php artisan storage:link
    php artisan key generate
  4. Now create a .env file and copy paste the model .env file into the new one. (Now you would know the variables that should be updated, also update the database name)
  5. Open phpmyadmin and create the database.
  6. At the terminal php artisan migrate
  7. Open Your Browser - Mostly Internet Explorer (because of the https issue) - Goto dsceapp.dev

You're done

Remember to Pull Requests, report issues, contact me for further clarifications.

Programming is the solution

The technology used:

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework, making it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page:

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.