Skip to content

Currency Exchange Backend is a Django API that handles currency management, transactions, and analytics, with secure JWT authentication. It supports features like transaction history, shift management, and report generation, while the frontend is built with Flutter.

Notifications You must be signed in to change notification settings

erbol-prog/CurrencyExchangeAppBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Exchange Backend

This repository contains the backend of a Currency Exchange application built with Django (Python). The frontend is developed separately using Dart (Flutter).

Overview

This project provides a complete solution for cashiers and administrators of currency exchange offices. It includes features for managing currencies, cashiers, transactions, analytics, and more.

Features

Currency Management: Add, remove, and update currencies.

Cashier Management: Add and remove cashiers.

Transaction Operations: Perform and record currency exchange transactions.

Operation History: Keep track of all transactions and actions.

Shift Management: Manage cashier shifts with history tracking.

Analytics & Statistics: View detailed analytics and statistics for operations.

Receipt & Report Functionality: Generate and manage transaction receipts.

Excel Report Export: Convert reports into Excel files.

Secure API: All main API endpoints are protected with JWT tokens.

Database Integrity: The system maintains a flawless transaction history using SQLite.

Modern UI/UX: The application features a beautiful, animated design for an enhanced user experience.

Main Modules

Operations Window

Cash Register Window

Currency Management Window

Statistics & Analytics Dashboard

User & Role Management

Shift Management

Activity Logs

Tech Stack

Backend: Django (Python)

Database: SQLite

Authentication: JWT Tokens

Frontend: Flutter (Dart) (separate repository)

Installation & Setup

  1. Clone the repository

git clone cd currency-exchange-backend

  1. Create a virtual environment

python -m venv venv source venv/bin/activate # (Linux/macOS) venv\Scripts\activate # (Windows)

  1. Install dependencies

pip install -r requirements.txt

  1. Apply migrations

python manage.py migrate

  1. Run the server

python manage.py runserver

Future Improvements

Multi-language support

Advanced analytics and reporting

Integration with external financial APIs

About

Currency Exchange Backend is a Django API that handles currency management, transactions, and analytics, with secure JWT authentication. It supports features like transaction history, shift management, and report generation, while the frontend is built with Flutter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published