https://github.com/alotab/fastapi-relationaldb-setup
This is a FastAPI application that demonstrates how to connect to SQL (relational) databases
https://github.com/alotab/fastapi-relationaldb-setup
fastapi python sqlalchemy
Last synced: about 1 month ago
JSON representation
This is a FastAPI application that demonstrates how to connect to SQL (relational) databases
- Host: GitHub
- URL: https://github.com/alotab/fastapi-relationaldb-setup
- Owner: Alotab
- License: mit
- Created: 2023-09-19T02:37:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T00:38:19.000Z (almost 3 years ago)
- Last Synced: 2025-02-27T04:17:06.893Z (over 1 year ago)
- Topics: fastapi, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI SQL Application
This is a FastAPI application that demonstrates how to connect to SQL (relational) databases. It includes reusable functions that interact with the database by implementing CRUD (Create, Read, Update, Delete) operations.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
Ensure you have the following installed on your local system:
- Python 3.6 or later
- pip (Python package installer)
### Installation
1. Clone the repository:
```bash
git clone
```
2. Navigate to the project directory:
```bash
cd
```
3. Install the required libraries:
```bash
pip install -r requirements.txt
```
## Contributing
If you want to contribute to this project, please feel free to fork the repository, create a feature branch, and then submit a pull request.
## License
This project is licensed under the MIT License - see the LICENSE.md file for details.