https://github.com/dakohhh/camp-token
A payment solution for university campus payments, created with Django, PostgreSQL, DjangoAuth, AWS
https://github.com/dakohhh/camp-token
celery django postgresql python rabbitmq redis transaction
Last synced: 2 months ago
JSON representation
A payment solution for university campus payments, created with Django, PostgreSQL, DjangoAuth, AWS
- Host: GitHub
- URL: https://github.com/dakohhh/camp-token
- Owner: dakohhh
- Created: 2023-03-26T20:04:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T10:01:37.000Z (almost 3 years ago)
- Last Synced: 2025-10-08T09:29:33.375Z (9 months ago)
- Topics: celery, django, postgresql, python, rabbitmq, redis, transaction
- Language: Python
- Homepage:
- Size: 757 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CAMPTOKEN
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
#### URL FOR CAMPTOKEN
https://camptoken.onrender.com/
#
[](https://camptoken.onrender.com/)
[](https://camptoken.onrender.com/)
[](https://camptoken.onrender.com/)
## 🛠Tech Stack
A list of technologies used within the project:
* [Python](https://www.python.org/)
* [Django](https://www.djangoproject.com/)
* [PostgreSQL](https://www.postgresql.org/)
* [Redis](https://redis.io/)
* [Celery](https://docs.celeryq.dev/)
* [PayStack](https://paystack.com/)
* [Bootstrap](https://getbootstrap.com/docs/5.3/getting-started/introduction/)
* [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
## Featuers
* 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
## Installation and Usage
```bash
python3 -m venv env
```
```bash
pip install requiremenst.txt
```
### MAKE DJANGO MIGRATIONS
```bash
python manage.py makemigrations
```
```bash
python manage.py migrate
```
### START SERVER
```bash
python manage.py runserver
```
## 🔗 Links
[](https://wisdomdakoh.netlify.app/)
[](https://www.linkedin.com/in/wisdomdakoh/)
[](https://www.instagram.com/propa.wd/)