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.
- Host: GitHub
- URL: https://github.com/mohammedumerkhan/commfusionapi
- Owner: MohammedUmerKhan
- Created: 2024-03-14T22:11:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T04:27:55.000Z (about 2 years ago)
- Last Synced: 2024-04-14T01:52:33.270Z (about 2 years ago)
- Topics: fastapi, mssql-database, python
- Language: Python
- Homepage:
- Size: 690 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.

## 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).