Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
/ CurrencyXchange Public archive

Currency exchange API made using Django rest framework.

Notifications You must be signed in to change notification settings

s-agawane/CurrencyXchange

Repository files navigation

CurrencyXchange

This is a API System built on Django rest framework. API is secured using token Authentication.

Features

  • User SignUp - New user has a default profile picture set and wallet balance 0.
  • User Login
  • User Logout & more.

User update profile picture API

User wallet API

  • View wallet balance.
  • Deposit to wallet balance.
  • Withdraw from wallet balance.

Currency exchange API

Convert amount to destination currency.

Getting Started

Create & Start your python virtual environment. - Optional

Run the following commands:

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Make API call using POSTMAN(https://www.getpostman.com/) App. All API endpoints/URL's are available inside the postman export folder.

Thanks

Releases

No releases published

Packages

No packages published

Languages