Feed Me More

## Running
  • Backend and database

First, You should install Docker in your machine

Second, Open the terminal in project directory, and type the following commands:

docker-compose build
docker-compose up

now DB container on port 5432 and backend container are running on , you can test the endpoints using this postman collection by Postman application, or run the frontend container then test.

  • Frontend

got o this directory and run the fo;;owing command:

docker-compose up