mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-03 16:00:41 +00:00
3ca17a930ed92fe71147ddd8023d24ccc73a982e
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
Description
Languages
TypeScript
67%
Python
30.4%
CSS
0.8%
Dockerfile
0.5%
Makefile
0.5%
Other
0.8%