Skip to content

Information management system for a Church in Arba Minch, Ethiopia. It manages members information in a congregation. It is built using an MVC PHP framework called Codeigniter.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.md
MIT
license.txt

wuletawwonte/churchdb

Repository files navigation

Church Database

This project is developed to track church members information. It is initially built for Arba Minch Mekane Yesus Congregation, but anyone can use it. It has all of the basic features a church management system needs, such as member registration, editing member information, deleting members data, including tracking a payment information for each member.

Getting Started

  1. Clone the repo to your computer
git clone https://github.com/wuletawwonte/churchdb
  1. Create a new database, user and password and import the sql/project_database.sql file into the new database
  2. Edit application/config/database.php and update the database name, user and password
  3. (Optional) Rename htaccess.txt to .htaccess
  4. Edit application/config/config.php and make sure to update the following settings: base_url, index_page (you can remove index.php if you're using a .htaccess file), encryption_key, sess_cookie_name, csrf_token_name and csrf_cookie_name
  5. The app should be up and running by now, you can login using email admin@admin.com with password "password" (without quotes)
  6. (Optional) You will find the original Ion Auth files in controllers/auth.php and views/auth so you can extend and/or customize them as you see fit
  7. New controllers on your app should inherit from App_Controller

Important files to edit

  • You can use config/app.php to define configuration that is used everywhere
  • Validation Rules are set in config/form_validation.php, you can either delete or add more here
  • The App_Form_Validation.php file has custom validations already in place, you can either delete or add new ones there
  • The App_Controller.php file is a good place to start if you want to change how this template works

What will I find in here?

Authors

👤 Wuletaw Wonte

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

Information management system for a Church in Arba Minch, Ethiopia. It manages members information in a congregation. It is built using an MVC PHP framework called Codeigniter.

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.md
MIT
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published