ErdemGuclu / todoApp-api

A rest api for a simple to-do app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoApp_Rest_API

A simple todo app with features such as;

  • Create/delete to-do lists.
  • Add to-do items to to-do lists
  • Update to-do lists and to-do items
  • Change to-do item status
  • Add dependency between to-do items

Database

This project uses H2 database which means the data will not be permanent and will be reset every time the program reruns.

Installation

This project requires maven installed on your system. To start the application, simply run the command below in the project directory.

  mvn spring-boot:run

Example request

About

A rest api for a simple to-do app


Languages

Language:Java 100.0%