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

https://github.com/sentemon/todoapp


https://github.com/sentemon/todoapp

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ToDoApp

ToDoApp is a simple application developed in C# for managing tasks. This project serves as a technical task from a recruiter aimed at demonstrating the capabilities of task management and application development using .NET Core.

## Features

- Add, edit, and delete tasks
- Mark tasks as completed
- Organize tasks by category

## Requirements

- [Docker Compose](https://docs.docker.com/compose/install/)

Here's a more polished and professional version of your installation and usage guide:

### 1. Clone the Repository

Start by cloning the project and navigating into its directory:

```bash
git clone https://github.com/sentemon/ToDoApp.git
cd ToDoApp
```

### 2. Run the Application with Docker

Build and start the application using Docker Compose:

```bash
docker compose up --build
```

### 3. Access the Application

Once the app is running, you can access the API documentation via Swagger UI:
- **[http://localhost:8080/swagger/index.html](http://localhost:8080/swagger/index.html)**