Skip to content

Test task for MandarinBank

Notifications You must be signed in to change notification settings

ikigai-gh/RestMandarin

Repository files navigation

Users & post REST api

Run instructions:

In the directory RestMandarin simply run the following:

docker-compose up -d

And to fill out the database with fake data:

docker exec -it <container_id> psql --file=postgres/data/db_dump.sql