THE PAYDAY APP
The PayDay App is a web application designed for use in small scale cooperative societies in keeping track of records and accounts.
STEPS FOR REPRODUCING THIS PROJECT LOCALLY
-
DOWNLOAD XAMPP
- If you haven't already, download and install the latest version of XAMPP, then proceed to start your local server from the XAMPP Control Panel.
- After cloning this directory, place it in the
C://xampp/htdocs/
directory on your local PC
-
IMPORT THE SQL FILE
- Go to
localhost/phpmyadmin
on your browser, create an empty database with the namesmart_contribution
and import thesmart_contribution.sql
file into the database. - The database should contain the following tables:
contributions
loans
logs
main_customers
months
transactions
roles
users
years
zone
-
RUN THE APPLICATION
- Go to
localhost/smartcontribution
on your browser and you can log in withuser1
as your username andsuperadmin
as your password. - Dummy customers and users have been added to the database, so you could play around with them and remove them later if you so choose
-
HAVE FUN!
Have fun working with the app, it's also available for all contributions and improvements
Happy Coding,
Jesutomiwa :)