Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

login page

- Dashboard

login page

- My task

login page

- Details task

login page

- Task manager

login page

- User manager

login page