Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Javascript Starter

This repo is just simple starter code to get started working with the FastAPI web framework using Javascript for client-side interaction.

Prerequesites

You just need to have Python 3.7+ installed (3.10+ for the simplified typehinting).

Usage

  1. Create a Python virtual environment

    python3 -m venv env
  2. Start the virtual environment

    source env/bin/activate
  3. Install dependencies

    pip install -U pip
    pip install -r requirements.txt
  4. Run the server

    python server.py

    or

    uvicorn server:router --reload

About

A small repo for getting started with FastAPI using interactive JS

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages