mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-12 18:56:17 +00:00
2044e81f9ee056901acaf8c98aa5714ce60d1f29
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%