-
- Download MySQL
sudo dnf install community-mysql-server -y
- Enable and start
mysqld
sudo systemctl enable --now mysqld
- Install MySQL
sudo mysql_secure_installation
- Download MySQL
-
- Edit MySql Database configuration
mysql -u root -p
create database YOUR_DATABASE_NAME;
use YOUR_DATABASE_NAME;
show tables;
- Paste your stripe payment gateway secret key
- Paste your email and app password
- Edit MySql Database configuration
-
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
path/to/mvn spring-boot:run
npm i
npm start
For further help: https://www.youtube.com/watch?v=9jkCJNoT4QA