2023-05-15 11:16:22 +03:00
2023-05-14 00:47:54 +03:00
2023-05-16 23:21:14 +03:00
2023-05-16 23:21:14 +03:00
2023-05-14 00:47:54 +03:00

Porridger

Food and other stuff sharing platform

Dev build instructions

To connect to backend in dev mode edit API_URL to localhost:8000 in front/src/config.js

Frontend:

cd front

npm i

npm run dev

Backend:

pip install -r requirements.txt

uvicorn back.main:app --reload

Deploy instructions

Only docker/podman are required

docker build . -t porridger:build

docker run --name porridger -p 8080:80 -v ./sql_app.db:/app/sql_app.db porridger:build
Description
No description provided
Readme 4.2 MiB
Languages
JavaScript 65.8%
Python 31.8%
HTML 1.1%
CSS 0.7%
Dockerfile 0.6%