Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axyl1410/task-springboot-vite
Implements a basic task manager application using Spring Boot for the backend and Vite for the frontend. The frontend is developed with React and TypeScript. The project includes a user manual for setting up the database and login credentials.
https://github.com/axyl1410/task-springboot-vite
framer-motion java spring-boot tailwind typescript vite
Last synced: 7 days ago
JSON representation
Implements a basic task manager application using Spring Boot for the backend and Vite for the frontend. The frontend is developed with React and TypeScript. The project includes a user manual for setting up the database and login credentials.
- Host: GitHub
- URL: https://github.com/axyl1410/task-springboot-vite
- Owner: Axyl1410
- License: mit
- Created: 2024-10-26T11:52:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T05:38:09.000Z (3 months ago)
- Last Synced: 2024-12-03T13:18:22.774Z (2 months ago)
- Topics: framer-motion, java, spring-boot, tailwind, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task manager - vite - spring boot
This project implements a task manager application using Spring Boot for the backend and Vite for the frontend. The frontend is developed with React and TypeScript, providing a minimal setup to get React working in Vite with Hot Module Replacement (HMR) and some ESLint rules.
## User manual
You can use my database template for mysql, use username and password for login
You need to change url, password and username here```
spring.datasource.url=jdbc:mysql://localhost:3306/task_manager
spring.datasource.username=root
spring.datasource.password=123456
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
```## Overview
- Login page
- Dashboard
- My task
- Details task
- Task manager
- User manager