Skip to content

Example implementation using pydantic-forms backend and frontend

Notifications You must be signed in to change notification settings

workfloworchestrator/pydantic-forms-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pydantic forms example

This repository contains a working example of a FastAPI application with the pydantic forms frontend and backend modules working together. It shows how you can use the pydantic forms pypy module on top of pydantic models to automatically generate forms on the frontend using the pydantic forms npm module that ask for user input. It also show validation and processing of the user input.

installation

To install using a virtual environment:

$ python venv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ fastapi dev main.py

About

Example implementation using pydantic-forms backend and frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages