A payment system that is specifically designed for university students in Nigeria, with the aim of providing a more convenient, secure, and efficient payment method
https://camptoken.onrender.com/
A list of technologies used within the project:
- Aunthentication And Authorization
- Wallet System Ingegrated with PayStack
- Redis for DB Cacheing and Message Broker
- Celery Worker For Asynchronous Task Queue
- Django Backend Integration
- Bootstrap, HTML and Javascript for Frontend
python3 -m venv env
pip install requiremenst.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver