Skip to content

shahaansshah/fastAPIintro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPIintro

A small introduction-to-web-development project. Currently creates a "Hello World" webpage with fastapi.

Run Project

This project is run using docker compose. To run:

  1. Install docker compose

  2. Clone this repository:

    git clone https://github.com/shahaansshah/fastAPIintro
    
  3. In your CLI, with the repository root directory active, run docker compose up

    • If changing/updating the repository, run docker compose up --build
  4. In your web browser, open http://localhost:8080

  5. Once finished, run docker compose down

Test Project Modules

Run python -m pytest from the root directory. (Correct this - see Issue #2)

About

Introductory web development project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published