Skip to content

A modular collection of lightweight APIs designed to simplify and accelerate web application development.

Notifications You must be signed in to change notification settings

thedmathz/api-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Toolkit

A modular collection of lightweight APIs designed to simplify and accelerate web application development.

To Do

  • SMS
  • Payment Gateway Integration with Webhook
  • Email Sending
  • Identity Verification
  • OCR

How to Run in Windows 10/11?

  • In project files, rename the file from .env.example to .env
  • Open terminal then navigate to project path
    cd <project_path>
  • Install virtual environment (if not yet installed)
    python -m venv .venv
  • Activate virtual environment
    .venv\Scripts\activate
  • Update pip version
    python -m pip install --upgrade pip
  • Install dependencies
    pip install -r requirements.txt
  • Run the app
    uvicorn main:app --reload --host 0.0.0.0
  • You can look for the APIs in the browser with URL <your_ip_address>:8000/docs

About

A modular collection of lightweight APIs designed to simplify and accelerate web application development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages