10000 GitHub - alanoakes/RestApi: Build A Restful Api With Node.js Express & MongoDB
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Build A Restful Api With Node.js Express & MongoDB

License

Notifications You must be signed in to change notification settings

alanoakes/RestApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest API

Build A Restful Api With Node.js Express & MongoDB

  1. Resources
  2. Overview
  3. Steps Taken

01. Resources

02. Overview

We are going to cover how to create a restful api using node.js express and mongodb together with mongoose.

Rest apis help us decouple our backend code from our front end so we can use it across multiple application (mobile apps, web apps, etc). We are going to learn how to build a simple blog post type api with all the useful methods(GET,POST,DELETE,PATCH).

We use Node.js as our backend language, express.js is going to help us create routes easier and middlewares and we use mongodb together with mongoose to create schemas and models that define how our data looks.

If you are a beginner with nodejs, express or mongodb I hope that this tutorial will give you a good idea of how these technologies work well together.

03. Steps Taken

About

Build A Restful Api With Node.js Express & MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0