luastoned / fastpi

Fastify API Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastPI

What's inside?

Getting started

  1. Create the project.
npx degit luastoned/fastpi app-name
  1. Access the project directory.
cd app-name
  1. Initialize a git repository.
git init
  1. Install dependencies.
yarn
  1. Serve with hot reload at http://localhost:42000.
yarn dev

About

Fastify API Server

License:MIT License


Languages

Language:TypeScript 84.4%Language:Dockerfile 9.6%Language:JavaScript 6.0%