Skip to content

A video calling app's backend built with FastAPI (Python web framework) and MS SQL Server efficiently handles server-side logic. FastAPI ensures rapid development and scales well, while MS SQL Server securely stores user data and facilitates core functionalities like authentication and call management.

Notifications You must be signed in to change notification settings

MohammedUmerKhan/CommFusionAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommFusionAPI

CommFusion serves as the backend for an inclusive video calling application developed using FastAPI in Python and MS SQL Server.

Getting Started

To get started with the code on this repo, you need to either clone or download this repo into your machine as shown below;

git clone https://github.com/MohammedUmerKhan/CommFusionAPI.git

To Run

Locally

uvicorn main:app --reload --host 0.0.0.0

Dependencies

Before you begin playing with the source code, you might need to install dependencies just as shown below;

pip3 install -r requirements.txt

Explore it

Explore it and twist it to your own use case. In case of any questions feel free to reach me.

Entity–relationship model

This ERD (Entity-Relationship Diagram) represents the project.

Screenshot of ERD Diagram

Issues

In case you have any difficulties or issues while trying to run the script you can raise an issue.

Pull Requests

If you have something to add, I welcome pull requests on improvement; your helpful contribution will be merged as soon as possible.

Give it a Star

If you find this repo useful, give it a star so that many people can get to know it.

Credits

All the credit goes to MohammedUmerKhan.

About

A video calling app's backend built with FastAPI (Python web framework) and MS SQL Server efficiently handles server-side logic. FastAPI ensures rapid development and scales well, while MS SQL Server securely stores user data and facilitates core functionalities like authentication and call management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages