2026-01-04 20:47:32 +01:00
2025-06-05 22:09:25 +02:00
2026-01-04 20:47:32 +01:00
2026-01-04 13:37:22 +01:00
2025-06-13 14:48:29 +02:00
2023-09-09 15:45:31 +02:00
2026-01-04 13:37:22 +01:00
2022-05-08 20:18:28 +02:00
2026-01-04 13:37:22 +01:00
2019-09-26 18:03:16 +02:00
2024-05-09 12:03:12 +02:00
2022-05-06 18:27:22 +02:00
2025-06-10 11:48:21 +02:00
2023-06-04 12:16:36 +02:00
2026-01-04 13:37:22 +01:00
2025-10-03 18:14:58 +02:00
2026-01-04 13:37:22 +01:00
2026-01-04 13:37:22 +01:00
2019-09-26 18:03:16 +02:00
2025-06-20 17:54:55 +02:00
2022-05-06 18:27:22 +02:00

NodeRestful

Create Node Restful APIs with MySQL Database

Install Node JS and MySQL Software, create a database and import SQL file.

Go to terminal or command line.

Execute following commands to run this application.

Start Project

$ git clone https://github.com/srinivastamada/NodeRestful.git

$ cd NodeRestful

$ npm install

$ npm start

Open your browser

http://localhost:8000/helloworld

Tutorial: Create a RESTful API using NodeJS and MySQL Database

##GET

http://localhost:8000/users
http://localhost:8000/user/user_id

##POST

http://localhost:8000/messages
http://localhost:8000/signup
http://localhost:8000/sendMessage
Description
No description provided
Readme 420 KiB
Languages
JavaScript 98.1%
Shell 1.6%
Dockerfile 0.3%