https://github.com/vlambo3/taskmanagerbackfordh
This repository serves as a guide for streaming sessions, demonstrating the integration of backend and frontend development, along with deploying both on AWS. Watch the instructional video provided in the repository's README for detailed insights.
https://github.com/vlambo3/taskmanagerbackfordh
Last synced: about 1 month ago
JSON representation
This repository serves as a guide for streaming sessions, demonstrating the integration of backend and frontend development, along with deploying both on AWS. Watch the instructional video provided in the repository's README for detailed insights.
- Host: GitHub
- URL: https://github.com/vlambo3/taskmanagerbackfordh
- Owner: vlambo3
- Created: 2024-05-24T13:52:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T20:12:03.000Z (11 months ago)
- Last Synced: 2025-01-26T08:41:36.236Z (3 months ago)
- Language: Java
- Homepage:
- Size: 40.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Features
- **Create:** Create a new task by providing a title and a description.
- **View:** View all existing tasks.
- **Details:** View details of a specific task by its ID.
- **Update:** Update details of an existing task.
- **Delete:** Delete an existing task by its ID.## How it Works
The application follows an MVC (Model-View-Controller) architecture model. Tasks are managed through controllers that interact with the task service and task repository to perform CRUD (Create, Read, Update, Delete) operations.
## Installation and Usage
1. **Clone this repository to your local machine.**
2. **Import the project into your preferred Java IDE.**
3. **Run the application as a Spring Boot application.**
4. **Access the application through your web browser at `http://localhost:8080`.**## Useful Links
- [Code Documentation](https://taskmanagerappdocumentation.netlify.app/): Here you can find detailed documentation of the project's source code.
## Contact
If you have any questions or need assistance with the project, feel free to contact me:
- **LinkedIn:** [Vanina Godoy](https://www.linkedin.com/in/vanina-a-godoy/?locale=en_US)