Skip to content

remsysc/codebility-assessment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple TODO API

A simple todo app

Prerequisites

  • Java 17+
  • Maven (or use the included Maven wrapper)

Getting Started

1. Clone the repository

git clone git@github.com:remsysc/codebility-assessment.git
cd codebility-assessment/backend/

2. Run the application

./mvnw clean compile spring-boot:run

Windows users: use mvnw.cmd clean compile spring-boot:run

3. The API will be available at

http://localhost:8080

Postman Documentation

https://documenter.getpostman.com/view/46218722/2sBXcGEf7j

API Endpoints

Method Endpoint Description
GET /api/v1/todos Get all todos
GET /api/v1/todos/{id} Get a todo
POST /api/v1/todos Create a todo
PUT /api/v1/todos/{id} Update a todo
DELETE /api/v1/todos/{id} Delete a todo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.6%
  • Java 25.9%
  • JavaScript 9.4%
  • CSS 1.1%