Skip to content

MahdiSaberi/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple API for Todolist

This program is written in Java 11 with Spring boot v2.7.5. You also need to connect to the Postgres database to use it.

To test the inputs, you can use Swagger; After running the code in IDE, the program will run on port 8085. You can configure the database and application connection specifications in the application.properties file in the resources folder.

The code

In the controller package, there are 4 REST classes. You can see the type of operation and how to implement it. img.png

About

A simple api to managing Todolists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages