Skip to content

Latest commit

 

History

History
executable file
·
36 lines (30 loc) · 1.71 KB

readme.rst

File metadata and controls

executable file
·
36 lines (30 loc) · 1.71 KB

NYSC Posting System developed using the CodeIgniter framework

This project simulates the entire process involved in the management of corp members including registration of institutions, registration of PPAs, registration of batches, mobilization, student registration, student deployment, printing of call-up-letters, printing of mobilization letters.

How to Install

Create a database named nysc and then import the file db/nysc.sql into the newly created database. Continue to try the functionalities of the application.

Final note

You can create an issue here on github incase you need help with using the app. Also, you can create a pull request if their is any important update you made on the project. Do not forget to star (smiles)

What is CodeIgniter

CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.

Resources