8000 GitHub - kaybrian/Fastapi_blog: Just a simple blog in fast api to understand and learn more about creating apis with fast api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kaybrian/Fastapi_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastapi_blog

Just a simple blog in fast api to understand and learn more about creating apis with fast api

IN this project i was trying to create a simple blog api end points using Fast api

To use this project

create a python virtual env

To create a python virtual env use virtualenv venv

after the creating the virtual env you need activate the virtual env by runninh simple command line

source venv/bin/activate

after activating the virtual env

you need to install the dependencies by running

pip install -r requirements.txt

this will install the dependencies

run the app project

To run the application type uvicorn blog.main:app --reload

this will fire up the application

About

Just a simple blog in fast api to understand and learn more about creating apis with fast api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0