Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ali-ahnaf/echo-of-thoughts-aspnet

A blog webapp that allows users to share their thoughts and interact with others through a simple web application.
https://github.com/ali-ahnaf/echo-of-thoughts-aspnet

aspnet-web-api blog webapp

Last synced: 2 days ago
JSON representation

A blog webapp that allows users to share their thoughts and interact with others through a simple web application.

Awesome Lists containing this project

README

        

# Echo of Thoughts

Echo of Thoughts is an ASP.NET 6.0 project that allows users to share their thoughts and interact with others through a simple web application.

## Getting Started

To run the Echo of Thoughts project locally, follow the instructions below.

### Prerequisites

Before starting, make sure you have the following installed on your machine:

- [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)

### Installation

1. Clone the repository:

```shell
git clone https://github.com/Propo41/echo-of-thoughts.git
```

2. The project requires a connection to a SQL Server database. Update the connection string in the appsettings.json file located in the project's root directory:

```json
{
"ConnectionStrings": {
"DefaultConnection": "YourConnectionString"
}
}
```

## References
- https://learn.microsoft.com/en-us/aspnet/core/web-api/advanced/formatting?view=aspnetcore-6.0

3. Build and run the project