git clone https://github.com/dickydns/simple-expressjs-api-with-mysql cd simple-expressjs-api-with-mysql, npm install
Configure database in config/connection
show all user url : http://localhost:3000/api/users/all
show user by id http://localhost:3000/api/users/detail/{id}
insert user by id http://localhost:3000/api/users/insert
-> name
-> username
-> password
delete user by id http://localhost:3000/api/users/delete/{id}