A simple GraphQL API built with Django, React, and Apollo Client.
- 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
- Clone the repo
git clone https://github.com/5ekastanx/Apolo-Graphql.git
- Install dependencies
pip install -r requirements.txt npm install
- Run the development server
python manage.py runserver npm start
/graphql/ - GraphQL API endpoint
/graphiql/ - GraphiQL interface
docker-compose up --build