- Clone the GitHub repo onto your computer by
git clone
or simply download the zip file. - Go into the
deployment
directory and start our Docker images.The necessary files will be downloaded and your services should start running!cd deployment docker-compose up
- Similarly, clone the GitHub repo onto your computer.
- Go into the
deployment
directory and start our Docker containers.The images should be downloaded and will start running!cd deployment docker-compose -f docker-compose-prod.yml up
- Clone the GitHub repo onto your computer by
git clone
or simply download the zip file. - Go into the main project directory and run
mvn test
, you should see the tests are running automatically and the result of pass/fail are shown.
- Open the Postman and fork the collection, you should be able to see a series of test case. One thing worth mentioning here is the user id are set to random long number after the post request, so in the get request, you need to use the id that is generated from the post request.