Skip to content

Simple application for managing todos and user registration.

Notifications You must be signed in to change notification settings

DrDmlg/rest-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REST project

Welcome to the REST Project, a simple application for managing todos and user registration.

Introduction

The REST Project is a Spring Boot application that provides endpoints for creating todos, completing todos, registering users, and more. It is designed to be a simple and straightforward example of a RESTful API.

How to Run

Usage

Todo Endpoints

  • POST /todos?userId={userId} : Create Todo
  • PUT /todos?id={todoId} : Complete Todo

User Endpoints

  • POST /users : Register User
  • GET /users?id={userId} : Get User by Id
  • DELETE /users/{userId} : Delete User by Id

Contact

If you have any questions or suggestions, feel free to reach out to me at dorokhov.did@gmail.com or through my GitHub page.

About

Simple application for managing todos and user registration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages