Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
/ plenty-server Public archive

Server for Plenty app. Scan products to see if they are vegan (Dutch).

Notifications You must be signed in to change notification settings

gersomvg/plenty-server

Repository files navigation

plenty-server

Server for Plenty app. Scan products to see if they are vegan (Dutch).

Running locally

Postgres database

# Run and start (first time)
docker run \
    --name postgres-plenty \
    -d -p 5432:5432 \
    -e POSTGRES_USER=plenty \
    -e POSTGRES_PASSWORD=plenty \
    -e POSTGRES_DB=plenty \
    postgres:alpine

# Start
docker start postgres-plenty

# Stop
docker stop postgres-plenty

You can now connect via:

DATABASE_URL=postgres://plenty:plenty@localhost:5432/plenty

About

Server for Plenty app. Scan products to see if they are vegan (Dutch).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published