Skip to content

pipeops-dev/pipeops-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PipeOps-FastAPI-Starterkit

Get Started

Firstly you need to clone the project

$ git clone <project>
$ cd <project>

Create and activate a virtual environment

$ python -m venv <name>
$ <name>/scripts/activate  # windows powershell
$ <name>/bin/activate.bat  # linux terminal

Install and Setup project

Install dependencies using the pip command

$ pip install -r requirements.txt

Start your local server

$ uvicorn main:app --reload

About

PipeOps FastAPI starterkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published