mehdijai / playlister

CRUD application with ElectronJS, VueJS CLI, Vuex, Sequelize and SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playlister

Playlister is a small CRUD app for desktop using:

  • Vue CLI
  • Vuex
  • ElectronJS
  • Sequelize
  • SQLite
  • Many-to-many relationship
  • ytdl-core

I created this project for educational purposes. you can find the articles related here:

Create a Many to Many CRUD application with ElectronJS, VueJS, SQLite, and Sequelize ORM from A to Z - Part 1

Create a Many to Many CRUD application with ElectronJS, VueJS, SQLite, and Sequelize ORM from A to Z - Part 2

Create a Many to Many CRUD application with ElectronJS, VueJS, SQLite, and Sequelize ORM from A to Z - Part 3

Project setup

npm install

Run your unit tests

npm run test:unit

Start electron app

npm run electron:serve

About

CRUD application with ElectronJS, VueJS CLI, Vuex, Sequelize and SQLite


Languages

Language:JavaScript 57.5%Language:Vue 32.5%Language:SCSS 8.3%Language:HTML 1.8%