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
- Host: GitHub
- URL: https://github.com/esrafilelahi/react-graphql
- Owner: EsrafilElahi
- Created: 2023-12-07T23:07:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T12:18:51.000Z (over 1 year ago)
- Last Synced: 2025-05-18T20:09:16.552Z (8 months ago)
- Topics: graphql, react-vite
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```