Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ali-ahnaf/echo-of-thoughts-aspnet
- Owner: ali-ahnaf
- Created: 2023-06-15T10:03:57.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-07-21T06:06:35.000Z (over 1 year ago)
- Last Synced: 2024-12-30T03:26:53.455Z (11 days ago)
- Topics: aspnet-web-api, blog, webapp
- Language: C#
- Homepage: https://echoofthoughts.netlify.app/
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.03. Build and run the project