Mukellef Task

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

To get the json-server up

npm run db-serve

Registered user information

mail: info@mukellef.co
password: 123

Transactions

The project includes register, login, panel and 404 pages. 
There is authorization in the system. Non-member users cannot access the panel.
An animation runs every time the cat images are changed. 🐈
saved data is stored in json-server.
In state management, vuex is used.