Skip to content

polkadot-study-group/blurr-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blurr - API

Python

Look at the Python documentation to learn more.

Setup

Make sure to install the dependencies:

# Create a Virtual Environment
python3 -m venv venv

# Activate the Virtual Environment
source venv/bin/activate

# Install Dependencies
pip install -r requirements.txt

Development Server

Start the development server on http://localhost:8000/docs:

# fastapi
fastapi dev main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages