mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-04 00:10:44 +00:00
455 B
455 B
Webapp Template
Template designed to quickly build full stack apps.
Technologies
-
Containerization: Docker/Docker Compose
-
Frontend: React
-
Backend: FastAPI
Deployment
Uses make to quickly dispatch docker-compose commands.
-
build: builds the container usingdocker-compose build -
up: ups the container usingdocker-compose up -
deps: rebuilds the frontend to deploy statically using the api
Ex: make deps build up