Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)