The PayDay App is a web application designed for use in small scale cooperative societies in keeping track of records and accounts.
- 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
- Go to
localhost/phpmyadminon your browser, create an empty database with the namesmart_contributionand import thesmart_contribution.sqlfile into the database. - The database should contain the following tables:
contributions
loans
logs
main_customers
months
transactions
roles
users
years
zone
- Go to
localhost/smartcontributionon your browser and you can log in withuser1as your username andsuperadminas 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 working with the app, it's also available for all contributions and improvements
Happy Coding,
Jesutomiwa :)