Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.34 KB

DOCS.md

File metadata and controls

44 lines (29 loc) · 1.34 KB

TO-DO APP

Objective:

Create a To-Do List application using Java with Spring Boot for the backend and React for the frontend. The application should enable users to manage tasks by implementing features such as task creation, updating, deletion, and marking tasks as completed.

Technology Stack:

• Spring Boot
• Spring Data JPA
• MySQL Database
• IntelliJ IDEA
• Maven
• Postman Client
• ReactJS
• Bootstrap
• JavaScript
• NPM
• Visual Studio Code
• Axios


Installation Guides:

• Clone the Repo in your System
• Open the “todo-backend” folder in your IntelliJ
• Install all the dependencies and Lombok plugin in IntelliJ
• Create a “todolist” database in your MySQL server
• Make the necessary changes in your application.properties
• Run the backend application
• Open the “React-frontend” folder in your VS Code
• Install all the dependencies
• Match the REST_API_BASE_URL
• Run the app in the development mode.
• Open http://localhost:3000 to view it in the browser.