Skip to content

SalahHamza/nodejs-restful-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-restful-api

RESTful API design with Node.js

How to create a RESTful CRUD API using Nodejs?

This tutorial will demo how to set up a bare bones API using mongodb as the database.

It consist of a User model and controller. The model defines the data, and the controller will contain all the business logic needed to interact with the database.

It has a db file which will be used to connect the app to the database, and an app file used for bootstrapping the application itself.

The server file is used to spin up the server and tells the app to listen on a specific port.

Full tutorial can be found at: https://hackernoon.com/restful-api-design-with-node-js-26ccf66eab09#.s5l66zyeu

About

How to create a RESTful CRUD API using Nodejs?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%