All Projects → adnanrahic → Nodejs Restful Api

adnanrahic / Nodejs Restful Api

How to create a RESTful CRUD API using Nodejs?

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nodejs Restful Api

Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: ✭ 301 (+5.61%)
Mutual labels:  api, mongoose, database, mongodb, express, tutorial
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (+111.58%)
Mutual labels:  api, rest, mongoose, mongodb, express
Node Express Mongo Api
Starter project for a REST API with Node.js, Express & MongoDB 🔋
Stars: ✭ 148 (-48.07%)
Mutual labels:  mongoose, mongodb, express, tutorial
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (+1.05%)
Mutual labels:  api, mongoose, mongodb, express
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (+3.86%)
Mutual labels:  api, mongoose, mongodb, express
Appy Backend
A user system to bootstrap your app.
Stars: ✭ 96 (-66.32%)
Mutual labels:  api, rest, mongoose, mongodb
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (-48.77%)
Mutual labels:  api, rest, mongoose, express
Api Design Node V3
[Course] API design in Node with Express v3
Stars: ✭ 459 (+61.05%)
Mutual labels:  rest, mongoose, mongodb, express
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (+135.79%)
Mutual labels:  api, rest, mongodb, express
Wertik Js
💪 A library that powers your app with GraphQL + Rest API
Stars: ✭ 56 (-80.35%)
Mutual labels:  api, mongoose, database, mongodb
Spruce
A social networking platform made using Node.js and MongoDB
Stars: ✭ 399 (+40%)
Mutual labels:  api, mongoose, mongodb, express
Blog Service
blog service @nestjs
Stars: ✭ 188 (-34.04%)
Mutual labels:  api, mongoose, mongodb, express
Rest Hapi
🚀 A RESTful API generator for Node.js
Stars: ✭ 1,102 (+286.67%)
Mutual labels:  api, rest, mongoose, mongodb
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (-23.51%)
Mutual labels:  api, rest, mongoose, mongodb
React Chat Api
📡 API for chat application for DogeCodes React course
Stars: ✭ 121 (-57.54%)
Mutual labels:  api, mongoose, mongodb
Fastify Api
A blazing fast REST APIs with Node.js, MongoDB, Fastify and Swagger.
Stars: ✭ 138 (-51.58%)
Mutual labels:  api, mongoose, mongodb
Tiledesk Server
Tiledesk server. Tiledesk is an Open Source Live Chat platform written in NodeJs and MongoDB
Stars: ✭ 94 (-67.02%)
Mutual labels:  api, rest, mongodb
Api Query Params
Convert URL query parameters to MongoDB queries
Stars: ✭ 141 (-50.53%)
Mutual labels:  api, mongoose, mongodb
Node Express Postgresql Sequelize
Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API
Stars: ✭ 148 (-48.07%)
Mutual labels:  api, rest, express
Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (-46.32%)
Mutual labels:  api, mongodb, express

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].