mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-03 16:00:41 +00:00
680 B
680 B
Webapp Template
Template designed to quickly build full stack apps.
Technologies
-
Containerization: Docker/Docker Compose
-
Frontend: React/Next.js
-
Backend: FastAPI
-
Frameworks/Libraries: PDM, TailwindCSS
Deployment
Uses make to quickly dispatch docker-compose commands.
-
deps: rebuilds the frontend to deploy statically using the api -
build: builds the container usingdocker-compose build -
up-dev: ups the container usingdocker-compose -f docker-compose.yml up -
up-prd: ups the container usingdocker-compose -f docker-compose.yml -f docker-compose.dev.yml upwhich will deploy with local volumes.
Ex: make deps build up-dev