Skip to content

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

Notifications You must be signed in to change notification settings

5ekastanx/Apolo-Graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published