Skip to content

diproger/code-signal-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transactions and Wallets Test Project

Features

  • Transactions API: Allows CRUD operations for managing transactions.
  • Wallets API: Allows CRUD operations for managing wallets.
  • Pagination: Supports paginated responses for large datasets.
  • Sorting: Allows sorting of transaction and wallet data based on specified fields.
  • Filtering: Supports filtering of transaction and wallet data based on specified criteria.
  • Environment Configuration: Uses a .env file for managing environment variables.
  • Execution Time Limit: Enforces a 4-second execution time limit for API requests.
  • Memory Limit: Enforces a 1 GB memory limit for API requests.

Tech Stack

  • Python: Version 3.10
  • Django: Web framework for building the backend.
  • Django Rest Framework (DRF): Toolkit for building Web APIs.
  • MySql: Database management system.
  • psutil: Python library for system monitoring (used for memory limit enforcement).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages