An open API service indexing awesome lists of open source software.

https://github.com/mohammedumerkhan/commfusionapi

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.
https://github.com/mohammedumerkhan/commfusionapi

fastapi mssql-database python

Last synced: 4 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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;

```bash
git clone https://github.com/MohammedUmerKhan/CommFusionAPI.git
```
## To Run
Locally
```bash
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;

```bash
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](app/assets/images/other/erd.png)

## 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](https://github.com/MohammedUmerKhan).