Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.56 KB

RepositoryGuide.md

File metadata and controls

32 lines (24 loc) · 2.56 KB

🔰 Repository Guide

👋 Hello!

Please find below a list of the main files found in this repository along with an explanation of the purpose they serve.

We hope this helps you naviagte through this project better!

📁 Application:

All of the application code for the DPGA Webapp project is contained in this directory: it contains the core framework files.
It is not advised to make changes in this directory or put your own application code into this directory.

✏️ Assets:

This folder contains the static content like css, fonts, images, and logo of the DPGA webapp and the Alliance at large.

📘 Files:

When an applicant fills in the application form using the excel sheet then those applications and responses get uploaded here.

🔩 System:

This folder contains CodeIgniter core codes, libraries, helpers and other files, which help make the coding easy.
These libraries and helpers are loaded and used in web app development.

🔓 Vendor:

This folder has third party tools such as the php spreadsheet (to read the excel that applicants use to upload applications)

▶️ Individual files:

i .Htaccess - Used to manage the web server

ii. Composer json - Used for package management

iii. Index.php - Main index file which controls the entire project

iv. License.txt - Stores the MIT License held by this repository.

v. Readme.rst - Stores information about the usage, aim and development of the Webapp