Sign inSign up

dokeraj/car-ride-tracker-backend

By dokeraj

Updated almost 4 years ago

Image
0

749

dokeraj/car-ride-tracker-backend repository overview

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.

  • The backend source code can be found here
  • The dockerized frontend can be found here

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

Tag summary

Content type

Image

Digest

sha256:53638d1d4

Size

25 MB

Last updated

almost 4 years ago

docker pull dokeraj/car-ride-tracker-backend