Skip to content

KAYTERDOESTHINGS/Software-Technologies-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

New Software Technologies Practice

Introduction

CRUD with ExpressJS, Sequelize, and MySQL:

1. Init Commands:

npm init

2. Install packages;

npm i express sequelize dotenv bcryptjs mysql2 nodemon

Notes

.gitignore

/node_modules
/vendor
/.idea
.idea/
.env
package-lock.json

Disable any Warnings in TypeScript

Update ESLint config:

{
  // ...
  "@typescript-eslint/no-explicit-any": "off"
  // ...
}

Install Tailwind CSS in Vite

Follow the guide: Tailwind CSS + Vite


Deploy Vite on Render

Tutorial: Deploy Vite on Render


VS Code Extensions:

  • Auto Import
  • Auto Rename Tag
  • Color Highlight
  • Cody: AI Coding Assistant with Autocomplete & Chat
  • ESLint
  • ES7+ React/Redux/React-Native snippets
  • Expo Tools
  • HTML CSS Support
  • IntelliCode
  • IntelliCode API Usage Examples
  • Live Server
  • Material Icon Theme
  • PlantUML
  • PlantUML - Simple Viewer
  • PostCSS Language Support
  • PowerShell
  • Prettier - Code formatter
  • Prettier+
  • Rainbow CSV
  • React Native Tools
  • Tailwind CSS IntelliSense
  • Error Lens

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published