Skip to content

A small repo for getting started with FastAPI using interactive JS

Notifications You must be signed in to change notification settings

ramujin/fastapi-js-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published