Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 780 Bytes

README.md

File metadata and controls

49 lines (35 loc) · 780 Bytes

fullstack-blog-with-react-nodejs-mysql

What it is ?

A challenging full-stack project for frontend beginners!

You will learn:

  • Json web token
  • React-router
  • Sass syntax
  • React library syntax
  • NodeJS on server side
  • Connect with MySQL locally

What skills you will learn ?

On the server side, You can learn:

  • bcryptjs
  • cookie-parser
  • express
  • jsonwebtoken
  • multer
  • mysql
  • nodemon

On the client side, You can learn:

  • react
    • react
    • react-dom
    • react-router-dom
    • react-quill
  • sass
  • vite
  • axios
  • dompurify
  • moment

MACOS 13.x 运行指南

  1. 启动 mysql

➜ bin sudo chown -R mysql:mysql /usr/local/mysql/data

➜ bin sudo rm /usr/local/mysql/data/MacBook.local.pid

➜ bin sudo /usr/local/mysql/support-files/mysql.server start