Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.25 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.25 KB

Events Calendar

💻 Frontend: Click here!

Table of Contents

Description

This is a backend service where the user is able to:

  • Create a new event
  • Update an existing future event
  • Delete an event
  • Retrieve all events from the database
  • Retrieve a single event from the database
  • Filter events by labels
  • Filter events by location

My experience

Usage

Using Eclipse, IntelliJ or a bash terminal/console, run/execute the Main class. 

Technologies Used

  • Java
  • Spring
  • Spring Boot Test
  • Postman

Preview

  • Calendar

to-update

Deployed link

💡 Live app version: Click here!

Future Development

Build a frontend with React and TypeScript. Done ✅

Questions