Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 866 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 866 Bytes

Apolo-Graphql Project 🚀

A simple GraphQL API built with Django, React, and Apollo Client.

🚀 Features

  • User authentication with JWT
  • Create, update, and fetch posts and comments
  • React frontend with Apollo Client for GraphQL queries and mutations
  • Docker for easy setup and deployment
  • PostgreSQL as the database

💻 Installation

  1. Clone the repo
    git clone https://github.com/5ekastanx/Apolo-Graphql.git
  2. Install dependencies
    pip install -r requirements.txt
    npm install
  3. Run the development server
    python manage.py runserver
    npm start

📋 API Endpoints

/graphql/ - GraphQL API endpoint

/graphiql/ - GraphiQL interface

🐳 Docker

Build and run the Docker container

docker-compose up --build