Skip to content

godwins3/FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published