https://github.com/sentemon/todoapp
https://github.com/sentemon/todoapp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sentemon/todoapp
- Owner: sentemon
- Created: 2024-10-19T17:27:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-29T05:32:09.000Z (about 1 year ago)
- Last Synced: 2025-05-04T09:17:10.894Z (about 1 year ago)
- Language: C#
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)**