Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T07:28:43.000Z (over 2 years ago)
- Last Synced: 2023-03-05T03:13:24.841Z (almost 2 years 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)