Skip to content

derekmil/treehacks-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Latex AI Dev Guide

FastAPI Server Setup

FastAPI is a modern, fast web framework for building APIs with Python 3.7+ based on standard Python type hints.

Steps

  1. Clone the Repository

    Ensure you have the project repository cloned to your local machine.

  2. Setup Poetry Environment

    Install Poetry with pipx install poetry

    Naviagate to backend and run poetry install and then poetry shell

  3. Run Server Now, in the root dir, run uvicorn backend.main:app --reload

Vite Server Setup

Vite is a modern frontend build tool that provides a faster and leaner development experience.

Steps

  1. Navigate…

    …to client.

  2. Install npm

    Install npm with npm install

  3. Run Server Now, run npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •