Skip to content

This project is made for me on practice bloc state management flutter, i want to practice it with rest api and i decide to make todo list project.

Notifications You must be signed in to change notification settings

lutfhikemall/springboot-todolist-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO LIST - REST API

Welcome! This project actually is made for learning bloc state management on flutter because i want to practice using rest api.

Service

  • Create Task
  • Update Task
  • Get All Task
  • Get Task Detail
  • Delete Task

How To Start

Prerequisites

  1. Java (v17 or later)
  2. Maven
  3. An Database (I use Laragon for my local database server)

Installation

  1. Clone this repository
    git clone https://github.com/rezaageng/me.git
  2. Install dependencies
    mvn install
  3. Copy application-test.properties to application.properties and fill in the values
    cd src/main/resources
    cp application-test.properties application.properties
  4. Run the development server
    mvn spring-boot:run

Build

mvn clean install
java -jar todolist-api-0.0.1-SNAPSHOT.jar

Feedback and Support

Have feedback or need support? Please reach me out at [email protected].

Support Me ☕

If you find MyGithubUser helpful or just want to support my work, you can buy me a coffee! ☕

Buy Me A Coffee

About

This project is made for me on practice bloc state management flutter, i want to practice it with rest api and i decide to make todo list project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages