mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-03 16:00:41 +00:00
docs: readme
This commit is contained in:
@@ -1 +1,23 @@
|
||||
# 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`
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
version: "3"
|
||||
services:
|
||||
frontend:
|
||||
# command: ["npm", "run", "start"]
|
||||
volumes:
|
||||
- .:/project/app/
|
||||
- ./api:/project/api
|
||||
- "$PWD/build:/project/api/build"
|
||||
|
||||
Reference in New Issue
Block a user