Skip to content

coderboy-organization/explor-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explorer FastAPI

Development setup

  1. Frok this repository
  2. Clone on your local machine
    https://github.com/coderboy-organization/explorer-fastapi.git
  3. Create a VENV
    python -m venv env
  4. Run your Virtual Env
    • For windows (Bash Terminal)
    source env/Scripts/activate
    • For Mac or Linux
    source env/bin/activate
  5. Install all dependency which we mention on requirements.txt file
    pip install -r requirements.txt
  6. Run development server with uvicorn
    uvicorn main:app --port 5000 --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages