Skip to content

KudiTip is a tipping service web app built for content creators to enable them receive support for their work from their fans and supporters. The support could be in form of Bank Transfers, Credit Card, or Crypto Payments.

jaypee15/tipping_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kudi Tip

KudiTip is built for content creators to enable receive support fro their work from their fans and supporters.

Features

  • Personal Page for creators.
  • Fans can support creators using: -Bank Transfer -card Payments -Crypto
  • Fans can follow their favourite creators to see what they have in store for them.
  • Creators can create exclusive content for their fans.

Technologies Used

  • Django: a high-level Python web framework
  • Django REST Framework: a powerful toolkit for building Web APIs
  • Python: the programming language used for the backend
  • React: a JavaScript library for building user interfaces
  • Axios: a popular HTTP client for making API requests

Installation

  1. Clone the repository:

git clone https://github.com/jaypee15/tipping_service.git

  1. Set up the backend:
  • Change to the backend directory: core
  • Install dependencies: pip install -r requirements.txt
  • Run database migrations: python manage.py migrate
  • Start the development server: python manage.py runserver
  1. Set up the frontend:
  • Change to the frontend directory: cd kuditip-fronted
  • Install dependencies: npm install
  • Start the development server: npm start
  1. Access the application at http://localhost:3000.

Usage

  • UseAxios to consume the API's
  • The REACT frontend displays user interface.

About

KudiTip is a tipping service web app built for content creators to enable them receive support for their work from their fans and supporters. The support could be in form of Bank Transfers, Credit Card, or Crypto Payments.

Topics

Resources

Stars

Watchers

Forks