Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.3 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.3 KB

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