Skip to content

boasmarbun/ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ToDo Application

This is a ToDo application, an API made with JAVA API that has basic CRUD(Create, Read, Update, Delete). This API is made to fulfill the Jenius apprentice test.

Prerequisites

  1. Java (version 1.6 or later)
  2. Eclipse
  3. API Development Environment e.g. Postman

How to Install

  1. Install eclipse
  2. Clone the repository and open in eclipse
  3. Run the Application (Follow the steps in the picture in the "steps" folder)
  4. Use the ToDo Application

How to Use

Actions URI:

Sample Input Data :

  • json
{
      "id": "T004",
      "task": "Create a todoapp",
      "finished": "true"
}

Notes

Post -> add new data if key doesn't exist, overwrite data if key exist

Put -> update data if key exist

If there is an error, feel free to contact me at [email protected] !

About

#ToDo Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages