| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains a .NET 8 API built with hexagonal architecture, utilizing PostgreSQL as the database. The project strictly adheres to SOLID principles and is designed for managing ToDo items.
Clone the repository:
git clone https://github.com/your-username/todo-api.git
Navigate to the project directory:
cd Todo-API
Build the project:
dotnet build
Set up your PostgreSQL database and update the connection string in the configuration.
Apply database migrations:
dotnet ef database update
Run the API:
dotnet run
Update the database connection string in the appsettings.json file.
| Back | FazBrowse Home | New Git URL |