https://github.com/chideraike/backend-starter-template
Starter template for creating backend applications with FastAPI
https://github.com/chideraike/backend-starter-template
fastapi
Last synced: 2 months ago
JSON representation
Starter template for creating backend applications with FastAPI
- Host: GitHub
- URL: https://github.com/chideraike/backend-starter-template
- Owner: chideraike
- License: mit
- Created: 2022-08-08T22:48:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T07:28:43.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T19:53:51.804Z (over 1 year ago)
- Topics: fastapi
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Backend Starter Template ⚡️
> Leaving a star ⭐️ would be greatly appreciated, don't just clone and go
## Overview
This is a starter template that I use whenever I want to make a backend project in python. Feel free to use the template, but at least **give me a star** so I know I'm doing something good for the community.
## Installation
After cloning the repo, run the following command on the project terminal to create the virtual environment:
```bash
python3 -m venv backend-env
```
Then run the following command to install all the dependencies:
```bash
pip install -r requirements.txt
```
> ***Happy Coding 👨🏾💻***
## License
**backend-starter-template** is licensed under [MIT](https://github.com/chideraike/backend-starter-template/blob/main/LICENSE)