/echo-of-thoughts-aspnet

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

Primary LanguageC#

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:

Installation

  1. Clone the repository:

    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:

{
  "ConnectionStrings": {
    "DefaultConnection": "YourConnectionString"
  }
}

References

  1. Build and run the project