- This is a simple todo list application built using React and Dracula UI.
- Authentication and backend using Spring Boot
- Can create, delete, filter and mark tasks as done/undone.
- App uses MYSQL to save and retrieve todos.
-
Backend:
- Spring Boot
- JWT Authentication
-
Frontend:
- React
- React Suite library
- Open Backend Folder: Navigate to the backend folder in your code editor.
- Sync Maven Dependencies: Run mvn clean install to sync Maven dependencies.
- Configuration: Update application.properties file with your database configuration and other settings.
- Start Server: Run the Spring Boot application to start the server.
- Open Frontend Folder: Navigate to the frontend folder in your preferred code editor.
- Install Dependencies: Run npm install to install required dependencies.
- Run Development Server: Execute npm run dev to start the development server.
This project is licensed under the MIT License.