Skip to content
/ TD Public

TD is a task management application designed for efficiency. It combines a user-friendly interface built with HTML, CSS, and JavaScript, a Spring Boot-powered RESTful backend, and MongoDB for scalable data storage. This modern tech stack ensures seamless task handling, making TD Build ideal for organizing and tracking tasks effectively.

License

Notifications You must be signed in to change notification settings

Jeethanxx01/TD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TD

Welcome to TD build with spring frameworks. This simple application helps you manage your tasks efficiently. Built with a modern tech stack, it combines an intuitive frontend with a robust backend to ensure seamless task management.

Architecture

  • Frontend: A clean, user-friendly interface built with html,css and javascript.
  • Backend: A RESTful API developed using Spring Boot, handling all task-related operations.
  • Database: MongoDB, providing a scalable NoSQL database solution for storing tasks.

Prerequisites

  • Java 8 or higher
  • Maven
  • MongoDB
  • Node.js and npm

Installation

Clone the Repository:

git clone https://github.com/your-username/todo-app.git
cd todo-app

Install Frontend Dependencies:

cd frontend
npm install

Build the Frontend:

npm run build

Set Up the Backend:

cd ../backend
mvn clean install

Configure MongoDB:

Ensure MongoDB is running locally or update the connection URL in the application.properties file.

Run the Application:

mvn spring-boot:run

Usage

License

This project is licensed under the MIT License - see the LICENSE file for details.MIT

About

TD is a task management application designed for efficiency. It combines a user-friendly interface built with HTML, CSS, and JavaScript, a Spring Boot-powered RESTful backend, and MongoDB for scalable data storage. This modern tech stack ensures seamless task handling, making TD Build ideal for organizing and tracking tasks effectively.

Topics

Resources

License

Stars

Watchers

Forks