Files
Scraperr/README.md
T
Jayden Pyles f2bfc309f4 docs: readme
2024-05-18 22:25:05 -05:00

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 using docker-compose build

  • up: ups the container using docker-compose up

  • deps: rebuilds the frontend to deploy statically using the api

Ex: make deps build up