Skip to content

bharathibtch/NodeRestful

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node Restful APIs with MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%