Skip to content

LaKhWaN/Toddle-Social-Backend

Repository files navigation

Social Media Backend GraphQL

This project is a backend implementation for a social media application using GraphQL.

Table of Contents

Description

The Social Media Backend GraphQL project aims to provide a scalable and efficient backend solution for a social media application. It leverages the power of GraphQL to enable flexible and optimized data fetching and manipulation.

Features

  • GraphQL API for querying and mutating social media data
  • User authentication and authorization
  • CRUD operations for posts, comments, likes, and more
  • Real-time updates using subscriptions

Installation

  1. Install the dependencies:

    npm install
  2. Start the server:

    npm start

Usage

Once the server is running, you can access the GraphQL playground at http://localhost:8000/graphql. Use the playground to explore and interact with the API.

You can also visit Postman collection to test the API, documentation is avaialble here.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.