This is a simple app that tracks car ride trips - who drove at a particular date and keeps a count of how many trips each person has made. This is very handy for carpooling.
This docker image is the backend.
How to start it:
docker run --name=car-ride-tracker-backend -d -p 2222:3050 -v yourLocation/to/db:/dbLocation --restart unless-stopped dokeraj/car-ride-tracker-backend:latest
Content type
Image
Digest
sha256:53638d1d4…
Size
25 MB
Last updated
almost 4 years ago
docker pull dokeraj/car-ride-tracker-backend