Skip to content

werdeveloper/nodejs-mysql-api

Repository files navigation

Nodejs API

  1. CRUD operation with mysql
  2. Config the Routes on nodejs server
  3. Set the global config data like mysql credentials or other

#CRUD Operation URL -

  1. Get all users GET - http://localhost:3000/api/users/getUsers
  2. Get single user (id) GET - http://localhost:3000/api/users/getUsers/1
  3. Create user (name, email, password, phone) POST - http://localhost:3000/api/users/createUser
  4. Update user (id) PUT - http://localhost:3000/api/users/updateUser/3
  5. Delete user (id) DELETE - http://localhost:3000/api/users/deleteUser/1

About

Nodejs API with Mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published