Skip to content

leandrocodes/vuejs-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js + MySQL really simple tasks project.

Features

  • Create Tasks
  • Read Tasks
  • Update Tasks
  • Delete Tasks

Task Model

  • ID

    • type: Sequelize.INTEGER
    • primaryKey: true
    • autoIncrement: true
  • Name

    • type: Sequelize.STRING

Instructions

  1. Create a MySQL Database named vue-mysql
  2. Create a table named tbl-tasks with 2 columns
    • id witch is of type INT PK, NN and AI
    • name as varchar(45)
  3. enter server folder and type npm i && node main.js
  4. enter client folder and type npm i && npm run serve

About

Quick study case using VueJS and MySQL with NodeJS and Express in a monorepo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published