An open API service indexing awesome lists of open source software.

https://github.com/esrafilelahi/react-graphql

graphql in reactjs
https://github.com/esrafilelahi/react-graphql

graphql react-vite

Last synced: 7 months ago
JSON representation

graphql in reactjs

Awesome Lists containing this project

README

          

# Dockerized Application

This repository contains a Dockerized application that can be managed using Makefile targets. The Makefile provides several useful commands for building, running, and managing the Docker containers.

## Prerequisites

Before you begin, make sure you have Docker and Docker Compose installed on your system.

## Usage :

#### Build Docker Images

```sh
make build
```

#### Start Docker Containers

```sh
make up
```

#### Stop and Remove Docker Containers

```sh
make down
```

#### View Container Logs

```sh
make logs
```

#### Help, for more commands

```sh
make help
```