Skip to content

Milena-K/taxi-api-v2

Repository files navigation

taxi-api-v2

Create and run the container for postgres

docker run --name some-postgres -p 5432:5432
-e POSTGRES_USER=taxiadmin -e POSTGRES_DB=taxidb -e POSTGRES_PASSWORD=taxi -d postgres

Create and run the container for redis

docker run --name some-redis -p 6379:6379 -d redis

About

API for taxis written in Python using DRF

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages