Skip to content

Latest commit

 

History

History
98 lines (76 loc) · 3.62 KB

README.md

File metadata and controls

98 lines (76 loc) · 3.62 KB

To-do-list Spring Boot

Activity carried out by the Infocorp back-end team - completed in November 2023. First Simple Project with Spring Boot.

Parts of the project

  • Controllers
    • UserController
    • TaskController
  • Models
    • User
    • Task
  • Repositories
    • UserRepositorie
    • TaskRepositorie
  • Services
    • UserService
    • TaskService
  • Exceptions
    • ErrorResponse
    • GlobalExceptionHandler
  • Configs
    • SwaggerConfig
    • WebConfig
  • View
    • index.html
    • script.js
    • css.style (+ Boostrap 5)

Technologies Used

The technologies used to develop the project are very simple.


CSS3 HTML5 Anthony-Js Bootstrap Java Spring Boot

Getting Started

This is an example of how you may give instructions on setting up your Spring Boot project locally. To get a local copy up and running, follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

  1. Clone the repo
 git clone https://github.com/your_username_/your-spring-boot-project.git
  1. Navigate to the project directory
your-spring-boot-project
  1. Build the project using Maven
clean install
  1. Run the application
-jar target/your-spring-boot-project.jar

Contact Information:

Anthony Ricardo Rodrigues Rezende
Anthony's Photo

Acknowledgments

Useful resources that we would like to give credit for.