woooApp project built on djangorestframework that uses MPESAAPI as a means of payment for customers who purchase items on the app.
For successful run of the project run:
git clone https://github.com/3HeadedSnake/darajaapp.git
then create a virtual envirenment folder with:
python -m virtualenv env
while still in the parent directory run: for Windows
env\Scripts\activate.bat
and for Linux Systems
source env/bin/activate
Install the project requirements with:
pip install - r requirements.txt
For smooth running, update the navigate to darajaapi/mpesa_core/keys.py
and update with your mpesa credentials.
Also navigate to darajaapi/aws/conf.py
and add your AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY}
For this you must have an aws account. This will be used for storing your static files.
- DjangoRestFramework - The web framework used
- MPESAAPI - Payment Management
- Troye Gilbert - Initial work - 3HeadedSnake
This project is licensed under the MIT License - see the LICENSE.md file for details