MarwanGalal746 / Feed-Me-More

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About


Languages

Language:Go 66.4%Language:Vue 23.9%Language:HTML 4.1%Language:Dockerfile 3.8%Language:JavaScript 1.8%