Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 266 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 266 Bytes

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