jjoeldaniel / dev_fullstack

Intro to Full Stack Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACM Dev - Intro to Full Stack

fun :)

Requirements

  • Python 3.8+

Setup

  • Clone the repository.

  • Create a virtual environment and install dependencies.

    python3 -m venv venv
    source venv/bin/activate # this can differ depending on your shell
    pip install -r requirements.txt
  • Modify the code as you see fit!

  • If on macOS / Linux, run your website with the provided shell script run.sh.

    ./run.sh
  • If on Windows, run with uvicorn main:app.

Resources

FastAPI Documentation

MDN Fetch API Documentation

Pico CSS

About

Intro to Full Stack Development


Languages

Language:HTML 75.9%Language:Python 20.7%Language:Shell 3.4%