Inzurriaga / EventTrackerProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event Tracker

Week 12 Homework for SkillDistillery

By: Gabriel Inzurriaga

Overview

a restful application at the moment can only do full crud on the notes table but later will able to do full crud on the task.

Paths

Return Type Route Functionality
List<Note> GET api/notes Gets all notes
Note GET api/notes/{id} Gets one note by id
Note POST api/notes Creates a new notes
Note PUT api/notes/{id} Replaces an existing notes by id
void DELETE api/notes/{id} Deletes an existing notes by id

Technologies Used

Java

mySQL

spring data JPA

Gradle

Spring Boot

git

Lesson learns

learn how to use the Spring data JPA

About


Languages

Language:Java 48.8%Language:CSS 21.2%Language:JavaScript 17.2%Language:HTML 12.7%