godwins3 / FastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn FastAPI


Setup

Prerequisites

  • Python 3.11>>
  • MongoDB
  • Mysql
  • FastAPI
  • Steps

  • Clone repo from GitHub
    git clone https://github.com/godwins3/FastAPI.git
  • Create a virtual environment
  • python -m venv Fastuenv
    
    
    <li> Install requirements via pip</li>
    
    
    ```bash
    pip install -r requirements.txt

    Hooray server running on http://127.0.0.1:5000

  • Now you can start testing the endpoints on postman
  • About


    Languages

    Language:Python 56.6%Language:HTML 28.3%Language:JavaScript 15.1%