Skip to content

atharvsawant2003/Fastapi_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastapi_Backend

Welcome to Fastapi_Backend! This is a FastAPI-only backend application.

Overview

Fastapi_Backend is a lightweight backend application built using FastAPI, a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints.

Features

  • FastAPI-based backend
  • Simple and lightweight
  • Easy to set up and use
  • Utilizes modern Python features

Installation

To install Fastapi_Backend, follow these steps:

  1. Clone the repository:
git clone https://github.com/atharvsawant2003/Fastapi_Backend.git
  1. Navigate to the project directory:
cd Fastapi_Backend
  1. Install dependencies:
pip install -r requirements.txt

Usage

To run the Fastapi_Backend application, use the following command:

cd blog
uvicorn main:app --reload

After running the server, you can access the documentation and test the API by visiting http://localhost:8000/docs in your web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors