Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1001 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 1001 Bytes

CRUD-Pessoas

CRUD project that uses the Nodejs, Express, Sequelize tools on Server-side, and Bootstrap, Vue and Axios on client-side

Run

On client and server directories run:

npm install
  • Install MySQL, execute the script on .server/db_pessoas.sql to create database and table necessary.
  • On .server/config/config.json configure the username and password according your MySQL account.

To start server:

npm start

To start client:

npm run dev

If you are new to MySQL, you may need to run:

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YOURPASSWORD';

Home

home

Cadastro

cadastro

Lista

listagem