Typically, a personal finance app will have different features such as a shared wallet, bill reminders, auto bill pay, and even managing subscriptions.
This Finances Application is a church management web application that keeps track of donations, welfare, offerings among other financial obligations. It showcases sermons and announcement from leadership. Admin can add upcoming events and programs. Members can comment on sermon posts. Paystacks payment api was integrated into the application code.
This is was built with Python, Django, HTML5, CSS3, PostgreSQL, PaystackAPI
Clone the repository, run the virtual environment and install all requirements.
git clone https://github.com/Ceasar15/finances.git
pip install virtualenv
virtualenv venv
source venv/Scripts/activate
pip install requirements.txtRun migrations commands and manage.py to start the development server.
python manage.py makemigrations
python manage.py migrate
python manage.py runserverYou can access the live application here. Live Preview
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project is not under development anymore.




