Skip to content

Starter template for creating backend applications with FastAPI

License

Notifications You must be signed in to change notification settings

chideraike/backend-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

python3 -m venv backend-env

Then run the following command to install all the dependencies:

pip install -r requirements.txt

Happy Coding 👨🏾‍💻

License

backend-starter-template is licensed under MIT

About

Starter template for creating backend applications with FastAPI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages