Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.49 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.49 KB

🌟 Welcome to Blogosphere! 🌟

Blogosphere is a sleek ASP.NET Core application powered by .NET 8 minimal API. It leverages GraphQL to seamlessly manage posts, offering an efficient and modern approach to blogging.

This project contains a sample ASP.NET Core app. This app is an example of the article I produced for the Telerik Blog (telerik.com/blogs).

Getting Started

To get started with Blogosphere, follow these simple steps:

  1. Clone the Repository:

    git clone https://github.com/zangassis/blogosphere
    
  2. Navigate to the Project Directory:

    cd Blogosphere
    
  3. Build and Run the Application:

    dotnet run
    
  4. Access Blogosphere in your browser:

    http://localhost:[PORT]/graphql
    

Features

✍️ GraphQL Integration: Efficiently manage your blog posts using GraphQL queries.

🚀 ASP.NET Core 8 Minimal API: Utilize the power of .NET 8 minimal API for a lightweight and fast web application.

🔍 Search Functionality: Easily search for posts using advanced search functionalities.D

Contributing

We welcome contributions to Blogosphere! If you have any feature suggestions, bug fixes, or improvements, feel free to open a pull request.

Feedback

We value your feedback! If you have any questions, suggestions, or concerns, please don't hesitate to reach out.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Happy Blogging! 📝✨