Skip to content

kyledampier/DockerBoilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Boilerplate

Starting with Docker Compose

docker compose up --build

Starting without Docker

Start Backend

cd backend
pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port 8000 --reload

Start Frontend

If you don't have pnpm installed, install it. You don't need to install it, but it will change your life for the better.

cd frontend
pnpm install
pnp run dev

Visit the Web interface

http://localhost:5173/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published