TaskManagerApp Tailwind Templates

Taskmanagerapp

Task manager app built with React.js / Spring Boot / MySQL / Tailwind CSS

Task Manager App

This is a task manager app built with React.js, Spring Boot, MySQL and Tailwind CSS

Picture of task manager app Another picture of task manager app Another picture of task manager app Another picture of task manager app
Requirements:
  • Java SDK 18
  • MySQL community server
  • NPM (Node package manager)
  • React.js
  • Tailwind CSS
  • Craco
  • Vscode IDE (or an IDE of your choice)
  • The following vscode extensions:
    • Debugger for Java
    • Spring Boot extension pack
    • Extension pack for Java
    • ES7+ React/Redux/React-Native snippets
    • Thunder Client (for testing REST API)
    • Tailwind CSS IntelliSense
Installation:

To initialize MySQL database type the following in the terminal: sudo mysql --password Enter password then enter: mysql> create database taskmanagerdb;

To install Tailwind CSS run npm install -D tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9. Then install Craco by running npm install @craco/craco.

To start up the server hit the run button. This will start up Spring Boot.

To start up the front end navigate to task-manager-app using the cd task-manager-app command. Then run npm start to start the app.

To start up Tailwind CSS run npx tailwindcss init.

Usage:

Server is running on port 8080. App is running on port 3030.

Top categories

Loading Svelte Themes