scaffolding: react express vite node.js
Backend installs: npm install npm install mysql nodemon dotenv cors npm install sequelize mysql2 npm install --save-dev sequelize-cli npx sequelize-cli init npm i dotenv npm install jsonwebtoken bcrypt npm i sequelize-bcrypt (zia installed this while experimenting with the users model/seed, but tbd whether it will be used)
front end installs:
npm install axios (claire had to install this too)
npm install npm i react-router-dom (lets see after merge if we all need this or if judit's install covers it) npm install --save google-maps-react (judit?) npm i react-responsive-carousel
creat your own .env file in the main folder: DB_HOST=localhost DB_USER= your_sql_user_name DB_NAME= your_sql_database_name DB_PASS= your_sql_password