Skip to content

This repository contains the exercise completed as part of the Balta.io course on backend development.

License

Notifications You must be signed in to change notification settings

louresb/TodoApp

Repository files navigation

ToDo App

licence mit Development Status Badge

This is a simple Todo App built with ASP.NET. It allows you to manage your to-dos by performing CRUD operations (Create, Read, Update, Delete) through a RESTful API. The database mapping is done by Entity Framework.

API Endpoints

  • GET /: Retrieves all to-dos.

  • GET /{id}: Retrieves a to do by ID.

  • POST /: Creates a new to do.

  • PUT /{id}: Updates a to do by ID.

  • DELETE /{id}: Deletes a to do by ID.

Learning resources

This API was created using Balta.io's backend course. I recommend checking it out if you're interested in learning about .NET programming.

License

MIT License © Bruno Loures

About

This repository contains the exercise completed as part of the Balta.io course on backend development.

Topics

Resources

License

Stars

Watchers

Forks

Languages