Skip to content

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

Notifications You must be signed in to change notification settings

guipfernandes/CRUD-Pessoas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages