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
.
Server is running on port 8080. App is running on port 3030.