UttamPanchasara / NodePractice

Practice : Basic of JavaScript + Node, In which learning how to write APIs on Node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodePractice

Practice : Basic of JavaScript + Node, In which learning how to write APIs on Node.

To Practice Node, I have created simple database for one of my Android Application called iCollect , And for that I have created two tables users and records in mysql database.

In this Application I'm performing basic CRUD operations on database with APIs I have created.

APIs :

GET users :

localhost:3000/api/v1/users

GET single user :

localhost:3000/api/v1/users/id

POST create user :

localhost:3000/api/v1/users/create

GET records :

localhost:3000/api/v1/records

GET single record :

localhost:3000/api/v1/records/id

POST create record :

localhost:3000/api/v1/records/create

Input? :

If you have any suggestion/questions Ping-Me :

Twitter Facebook

profile for Uttam Panchasara at Stack Overflow, Q&A for professional and enthusiast programmers

About

Practice : Basic of JavaScript + Node, In which learning how to write APIs on Node.


Languages

Language:JavaScript 97.6%Language:HTML 2.4%