A full-stack task management app built that let users to create, assign, and update tasks. The following stacks used:
- React
- Tailwind CSS
- Java
- Spring Boot
- PostgreSQL
- Basic JWT
Git clone both repository
Frontend: https://github.com/wonganjatan/task-manager-frontend
npm install
npm run devBackend: https://github.com/wonganjatan/task-manager
./mvnw spring-boot:run- This app open a local server to
http://localhost:5173 - User can login and register
- For Admin: can create, assign task to users, edit, and delete tasks
- For User: can only view tasks only assigned to them and update the task status
- Both users can use the filter function to find their desired tasks
- Git
- VS Code for Frontend
- IntelliJ for Backend
- Windows Subsystem for Linux (WSL)
- React
- Tailwind css
- npm
- Java
- Spring Boot
- Maven
- PostgreSQL
- Basic JWT
